xsl-list
[Top] [All Lists]

Re: [xsl] test node inexistence

2007-06-20 00:44:56
how about count(root/child)=0?

Ciao!
Kai

Vaduvoiu Tiberiu schrieb:
as wierd as the subject sounds, that what I'm trying to do. How to test if 
there is no node or child node?
to test if a node exists you could write <xsl:if test="root/child"> but how can 
you test if that child doesn't exists?

one way would be the classic
when exists...
otherwise..

but what I need is to do this in an if. So I need to say "if there is no child node 
with the name of X, do action A". How can that be done?


____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>