RE: [xsl] Element Existence

Subject: RE: [xsl] Element Existence
From: Rene de Vries <RdVries@xxxxxxxxxxx>
Date: Fri, 20 Jul 2001 09:47:10 +0200
Hi Alex,

Can you give us an example of what you want?
Because you can allways test for existence just by
<xsl:if test="/node1/node2/node3">
  /node1/node2/node3 does exist, but maybe zero-length
</xsl:if>

Greetings Rene
   { @   @ }
        ^
      \__/

"You don't need eyes to see, you need vision!"

-----Oorspronkelijk bericht-----
Van:	Alex Genis [SMTP:agenis@xxxxxxxx]
Verzonden:	vrijdag 20 juli 2001 9:03
Aan:	xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Onderwerp:	[xsl] Element Existence

Hi everybody !
Is it possible to figure out existence of the particular element of the XML
Document regardless on it's value (which might be Null)?
Other words, how can I use "sibling-of" or "child-of" or something in my XSLT ?
What the syntax of using it ?
Thanks in advance. Alex.



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


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


Current Thread