xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Ignore childs


Subject: Re: Ignore childs
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 10 Mar 2000 12:15:14 GMT

    <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



Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor