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]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]