question about child::node()
Brought to you by:
ovidiu
From: abbouh <ab...@ra...> - 2003-06-18 11:14:51
|
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. |