xsl-list
[Top] [All Lists]

question about child::node()

2003-06-18 04:05:58
what is the difference between:
<xsl:if test="local-name(//preface/child::paramod)"/>
and
<xsl:if test="local-name(//preface/child::node())='paramod'">

the first test works but the second not why?

i want to test if the child of the node "prefcae"  is "paramod" node.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>