Anyone know of a way to access the component name through the XPATH of /Page? I have printed the entire XPATH and I do not see the information.
This returns the id:
<xsl:value-of disable-output-escaping="yes" select="/Page/ComponentData/Component[@ID = $ComponentID]"/>
Or is there a way to query a component Name, Display Name, or BaseComponent with the ID through the XSL or an external? All of this data is in the .page file before processing.
Thanks in advance,
Dan