xsl-list
[Top] [All Lists]

Re: Roundtripability of identity transform

2005-08-30 08:44:47


  -The output will be minus the doctype
and may have another doctype (from xsl:output)

  -The output will contain any defaulted elements/attributes
it may or may not, depending whether the system chosse to read an
external dtd.

  -All entities will be expanded

 CDATA sections will not be preserved (but may be added
(by cdata-section-elements)


whitespace may have gone (xsl:strip-space)
or may be added (xsl:output indent="yes)


comments may have gone (if they are not reported by the parser)


namespace declarations may have moved.



For XSLT2 the situation is a bit more compilcated:

whitespace may be preserved or dropped depending on the phase of the
moon.


A system may only store typed value, and serialise using a canonical
serialiation so <foo>1.00000</foo> may come out as <foo>1.0</foo>
given a schema that says foo has an appropriate numeric type.


David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--