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

RE: Roundtripability of identity transform

Subject: RE: Roundtripability of identity transform
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 30 Aug 2005 12:47:00 +0100
xsl copy ident transform
No, there can be lots of other differences:

* attributes re-ordered
* redundant namespace declarations removed
* different whitespace within start tags
* use of " versus ' around attribute values
* empty elements minimized (<a></a> versus <a/>)

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: andrew welch [mailto:andrew.j.welch@xxxxxxxxx] 
> Sent: 30 August 2005 12:32
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Roundtripability of identity transform
> 
> Can it be assumed that the output of the transform:
> 
> <xsl:template match="@*|*|node()">
> 	<xsl:copy>
> 		<xsl:apply-templates select="@*|*|node()"/>
> 	</xsl:copy>
> </xsl:template>
> 
> will be an exact copy of the input XML apart from:
> 
> -The output will be minus the doctype
> -The output will contain any defaulted elements/attributes
> -All entities will be expanded
> -The output might be in different encoding (although I'm talking
> differences above the byte level here).
> 
> Are there any other things to be aware of?

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.