text()" vs. "node()"

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

RE: "*|@*|text()" vs. "node()"

Subject: RE: "*|@*|text()" vs. "node()"
From: "Corey Spitzer" <cspitzer@xxxxxxxxx>
Date: Thu, 4 Oct 2001 08:13:13 -0500
RE:  "*|@*|text()" vs. "node()"
instead of <xsl:apply-templates select="*|@*|text()"/>, I think you just
want <xsl:apply-templates> otherwise, you're applying the templates to the
children of whatever matches the template first and not getting the original
match.  Also, I think that it's going to match everything so all the
children 3 levels nested and below are going to be repeated.  As far as the
attribute, I don't believe you can have <xsl:choose> as a child of
<xsl:attribute>.  Also, you can't have <xsl:attribute> without an opening
element before it..  Also, I don't know if it would make a difference, but
try <xsl:template match="*/@href"> instead of simply match="href"


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Jörg Heinicke
Sent: Thursday, October 04, 2001 7:49 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  "*|@*|text()" vs. "node()"


I want to shorten/improve my XSL-code, but a problem occures. Until now I
had a stylesheet like the following:

<xsl:template match="*|@*|text()">
   <xsl:copy>
     <xsl:apply-templates select="*|@*|text()"/>
   </xsl:copy>
</xsl:template>

<xsl:template match="@href">
   <xsl:attribute name="href">
     <xsl:choose>
       <!-- specifying the value -->
     </xsl:choose>
   </xsl:attribute>
</xsl.template>

<!-- some more templates -->

Now I changed "*|@*|text()" to "node()" (both <xsl:template> and
<xsl:apply-templates>) and I thought it should make no differences, because
the original XML contains only elements, attributes and text-nodes.
But now I get an error-message:

href has an illegal attribute: {1}

Is this a bug in Xalan, because the priority of the templates doesn't work
correctly anymore? Or what can be the problem?

Thanks in advance,

Joerg

--

System Development
VIRBUS AG
Fon +49(0)341-979-7435
Fax +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de


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


 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.