Well, match="book" won't match an element called <Book>
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of laksh vr
> Sent: 12 March 2002 11:29
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: IF-Test.....continued
>
>
> Well,i've enclosed the template rule which involves IF
> test.
>
>
> <xsl:template match="book">
> <xsl:if test="not(@ISBN)">
> <xsl:attribute name="NOCODE">
> <xsl:text>B01</xsl:text>
> </xsl:attribute>
> </xsl:if>
> </xsl:template>
>
> The Book element has the following format
> <Book NAME="book-name" AUTHOR="author-name"
> ISBN="91-6637-401-7"/>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|