|
Subject: Re: [xsl] a bit of distraction ' quiz of XSLT 1.0 oddities' From: Geert Josten <Geert.Josten@xxxxxxxxxxx> Date: Mon, 02 Jan 2006 18:01:49 +0100 |
-------------------------------------------------------------
Does exclude-result-prefixes defined on an xsl:stylesheet element apply to subtrees included with xsl:include ?
--------------------------------------------------------------
Is there any way of using apply-templates using a mode 'decided' at run time ?
-------------------------------------------------------------
What does this do?
<xsl:value-of select="name()"><a>some text</a></xsl:value-of>
-------------------------------------------------------------
<xsl:variable name="rtf"> <rtf>.. some tree fragment ..</rtf> </xsl:variable>
text1.xml: <text>A</text>
text2.xml: <text>B</text>
xsl: <xsl:key name="text" match="text" use="'all'" />
<xsl:template match="/">
<xsl:for-each select="document('text2.xml')">
<xsl:copy-of select="key('text', 'all')" />
</xsl:for-each>
<xsl:for-each>Kind regards, Geert
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How to fetch desired data, Florent Georges | Thread | Re: [xsl] a bit of distraction ' qu, Geert Josten |
| Re: [xsl] How to fetch desired data, Florent Georges | Date | [xsl] best practices for managing x, Chris Johnson |
| Month |