Subject: RE: Check if a node-set exists
From: "Lars Huttar" <lars_huttar@xxxxxxx>
Date: Thu, 10 Jul 2003 10:32:39 -0500
|
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
|