|
Subject: [xsl] Test for preceding-sibling and text From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx> Date: Wed, 10 Nov 2004 16:03:55 +0000 |
Input xml
<?xml version="1.0"?>
<root>
<X>
Some text
<A>
Something in A
</A>
<A>
Something in A
</A>
<B>
Something in B
</B>
<A>
Something in A
</A>
</X>
<Y>
Some text
<A>
Something in A
</A>
Some text between two A elements
<A>
Something in A
</A>
</Y>
</root><xsl:template match="X"> <xsl:apply-templates/> </xsl:template>
<xsl:template match="Y"> <xsl:apply-templates/> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Newbie RSS/XSLT Configura, Pawson, David | Thread | RE: [xsl] Test for preceding-siblin, Andrew Welch |
| RE: [xsl] Newbie RSS/XSLT Configura, Pawson, David | Date | RE: [xsl] xsl:for-each vs. xsl:appl, Andrew Welch |
| Month |