|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: No match or what...
The content of one node includes that of it's children, therefore when using
<xsl:value-of select="."/>
all children's values are selected too...
1) use <xsl:value-of select="text()"/>
2) or do write just:
<xsl:template match = "library | book | chapter">
<BR/>
<xsl:apply-templates/>
</xsl:template>
this applys default rules and next matching templates are selected.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








