Try our conversational search powered by Generative AI!

XPath in XSL for mirroring

Vote:
 
Found this peace of code in a .PDF file on episerver.se <xsl:value-of select="/page/properties/property[@name='PageName']/text()" /> Does anyone knows what the XPath is to the ID of the page. Ive tried to find by looking for the PageLink property but no luck. Any ideas?
#12475
Dec 19, 2005 10:19
Vote:
 
did you try: /page/properties/property[@name='PageLink']
#14336
Dec 20, 2005 11:26
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.