I have an xml file looks like this:
<root>
<L1>a</L1>
<L2>b
<L3>c</L3>
</L2>
</root>
In my xslt file, I do a template match to get to <L3>
<xsl:template match="L2/L3">
need to use the value of L1.
</xsl:template>
Assuming that I get to the node of L3. Now...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.