How do I call an xsl template (<xsl:call-template name="myPage">
)?
Where 'myPage' is a dynamic name which will vary based on the xml output of any give page. In other words, with page source as follows:
<html>
<page> pageName </page>
</html>
I need to <xsl:call-template name="pageName">
.