This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Non-existing node


Hi *,

I have a (stupid?) question:

What is returned when you try to reach a node that doesn't exist ?
Imagine the simplest xml possible:

<xml></xml>

what I would like to know is what value is returned if I try to reach some
node inside the xml, thus is:

...
<xsl:if test="SomeNode=Whatever">
...
</xsl:if>
...

What is the "Whatever" compared to ?

Thanks in advance,
Frank.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]