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]

Re: Element Existence


Very possible. you just use the node in a test clause.
For example, if you had an element name <ele1> off of
the docuemnt root you could test for it's existance by
using use

<xsl:if test="/ele1"> Do something </xsl:if>

_Kevin

--- Alex Genis <agenis@dtcc.com> wrote:
> 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
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

 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]