[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: normalize-space() problem with Xalan

Subject: Re: normalize-space() problem with Xalan
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Sun, 01 Dec 2002 22:22:25 +0200
xalan normalize space
Endre Magyari wrote:

    <xsl:for-each select='@subTypes'>
            <xsl:call-template name='tokenize'>
                <xsl:with-param name='str'
select="normalize-space(@subTypes)"/>
Here is a problem. <xsl:for-each> sets context node to be subTypes attribute node and then in <xsl:with-param> you are trying to get @subType attribute of context node, which is this attribute already. Attribute nodes don't have attributes obviously. <xsl:for-each> is superfluous here, get rid of it.

works with XMLSPY internal XSLT processor, and doesn't work with XALAN.
Looks like a bug in xml spy.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.