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

Re: can you select name() of attributes?

Subject: Re: can you select name() of attributes?
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Tue, 27 Jul 2004 15:08:19 +0000
copy of select name
Hello again,

If someone else might have the same problem, I just wanted to say that I changed the solution to:
..
<xsl:template match="/">
<Output>
<xsl:for-each select="$Doc2/@*">
<xsl:copy-of select="."/>
<xsl:copy-of select="$Doc1/@*[not(name()!=name(current()))]"/>
<!-- <xsl:copy-of select="$Doc1/@*[name()=name(current())]"/>-->
</xsl:for-each>
<xsl:text>Some text in the output element</xsl:text>
</Output>
</xsl:template>


The old line is commented out. I found that the old one would copy every attribute from $Doc1 if but one attribute of the same name exists in $Doc2.

Thanks again.
Ragulf Pickaxe :-)

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail


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.