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

Re: Losing an attribute in transformation

Subject: Re: Losing an attribute in transformation
From: "Tracey Zellmann" <tracey.zellmann@xxxxxxxxxxx>
Date: Thu, 13 Jul 2006 22:41:54 -0400
attributes to transformation
Thank you very much!!
That worked perfectly.

I am still struggling up the hill understanding how these mechanisms work - to say nothing of the issues of declarative languages.
I have Michael Kay's excellent book and have recently statred a new one from Jeni Tennison that I found. But without this forum, I couln't get through the details.


----- Original Message ----- From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, July 13, 2006 10:20 PM
Subject: Re: Losing an attribute in transformation




After my xsl stylesheet transforms this to html, the attribute has been
removed.

Not so much removed, as not copied. The default behaviour (for elements and attributes) is not to copy them to the output. If you use a minimal stylesheet with no templates and run it on any xml file you get no error, and get no elements in the result.

so if you want attributes in the result you need to copy them (or make
them). So in this case after making the element

<xsl:element name="{local-name()}"
namespace="http://www.w3.org/1999/xhtml">
you want to copy all the attributes from the source element, so add
<xsl:copy-of select="@*"/>


David

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.