Re: [xsl] how can check whether an attribute exists or not?

Subject: Re: [xsl] how can check whether an attribute exists or not?
From: Stéphanie Louis <slouis@xxxxxxxx>
Date: Wed, 31 Jan 2001 10:43:20 +0100
David Carlisle a écrit :

> > <xsl:when test="@href=''">
>
> That tests if the string value is empty, which is true if there isn't an
> attribute or of it s explictly empty.
>

you mean that if i have:
<ok>my_string</ok> in my XML file

i could test <xsl:when test="@ok=''">
to know if my_string is empty or not ?


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


Current Thread