Subject: RE: Check if a node-set exists
From: "Vivek Shinde" <Vivek.Shinde@xxxxxxx>
Date: Thu, 10 Jul 2003 11:57:14 -0400
|
Thanks a lot. That's what I needed.
Vivek
-----Original Message-----
From: Lars Huttar [mailto:lars_huttar@xxxxxxx]
Sent: Thursday, July 10, 2003 11:33 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Check if a node-set exists
Sure,
<xsl:if test="xpath-expression">...</xsl:if>
If that isn't what you mean, please clarify.
Where is the node-set coming from? Normally node-sets are created from nodes that do exist in the source document.
> Hi,
> Is there a statement in XSL that I can use to check if a
> certain node-set exists in a XML document?
> Thanks
> Vivek
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|