|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] not() function not working
Hello,
I'm trying to selectively pick nodes using the not() function. I seem to be
missing something because the output does not reflect the not() exclusion. I
appreciate your attention.
XSL script is:
<xsl:template match="/">
<xsl:apply-templates select="*"/>
</xsl:template>
<xsl:template match="child1[not(@type='one')]">
<xsl:value-of select="."/>
</xsl:template>
XML data is:
<parent>
<child1 type='one'>
<child2 name = 'a'>
<valueOf>aaa</valueOf>
</child2>
<child2 name = 'b'>
<valueOf>bbb</valueOf>
</child2>
</child1>
<child1 type='two'>
<child2 name = 'c'>
<valueOf>ccc</valueOf>
<valueOf>ddd</valueOf>
</child2>
</child1>
</parent>
The output is:
aaa
bbb
ccc
ddd
Whereas, I am trying to get this output:
ccc
ddd
Much appreciated,
--KH
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








