[Home] [By Thread] [By Date] [Recent Entries]
Hello everybody,
I am trying to test the existance of a node in an XML document like this :
XML:
<list>
<fr/>
<gr/>
</list>
XSL template for list:
<xsl:if test="name()=fr">
then do something.
If the node fr is a child of list then do something... but this won't work. Any ideas?
Jean
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



