|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Choosing specific XML node with XSL
Try this (just tested on Saxon 8):
<xsl:template match="parent/text()">
<xsl:value-of select="."/>
</xsl:template>
<xsl:template match="child1|child2"/>
Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)
"Hiral Parikh" <hparikh@xxxxxxxxxxxxxxxx>
02/09/2005 04:21 PM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To
<xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
cc
Subject
Choosing specific XML node with XSL
Hi,
I am dealing with some dynamically generated XML and ran into some XSL
parsing issues.
The XML is something like this:
<parent>this is parent text
<child1><child2>this is child text</child2></child1>
</parent>
I want the text of <parent> only, but
<xsl:value-of select = "//parent/"/> returns 'this is parent text this is
child text'.
How can I get only the text of <parent> tag and not the <child1><child2>
tag.
Thanks in advance,
Hiral
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








