|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Ignore childs
<xsl:value-of select="title"/>
value-of gives you the string value which is all the characters,
which is not what you want. so
<xsl:apply-templates select="title" mode="title"/>
<xsl:template match="expansion" mode="title"/>
should work. The empty template for "expansion" in title mode says
you don't want expansions in titles.
David
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








