Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
It is possible to make a reference from an xslt file to another?I have a xslt file containing the following code
<xsl:template match="Sektion2" mode="output"> Indhold til side 3 <section id="{@urlName}"> <header> <h1><xsl:value-of select="@nodeName" /></h1> </header> <div class="text"> <xsl:value-of select="bodyText" disable-output-escaping="yes" />  </div> </section> </xsl:template>
I have 4 more of these with diffrent content.
Each template contains various html and I would therefore like to make a xslt file for each section to make it more manageable.Is that possible?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
reference to an XSLT from another XSLT file
It is possible to make a reference from an xslt file to another?
I have a xslt file containing the following code
I have 4 more of these with diffrent content.
Each template contains various html and I would therefore like to make a xslt file for each section to make it more manageable.
Is that possible?
is working on a reply...