xsl-list
[Top] [All Lists]

Re: Roundtripability of identity transform

2005-08-30 04:37:17
On 30 Aug 2005 12:34:35 +0100, Colin Paul Adams
<colin(_at_)colina(_dot_)demon(_dot_)co(_dot_)uk> wrote:
"Andrew" == andrew welch 
<andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> writes:

    Andrew> Can it be assumed that the output of the transform:
    Andrew> <xsl:template match="@*|*|node()"> <xsl:copy>
    Andrew> <xsl:apply-templates select="@*|*|node()"/> </xsl:copy>
    Andrew> </xsl:template>

    Andrew> will be an exact copy of the input XML apart from:

    Andrew> -The output will be minus the doctype -The output will
    Andrew> contain any defaulted elements/attributes -All entities
    Andrew> will be expanded -The output might be in different
    Andrew> encoding (although I'm talking differences above the byte
    Andrew> level here).

    Andrew> Are there any other things to be aware of?

Whitespace.

Hi Colin,

In what way would the whitespace differ?  Wouldn't the matching of
node() ensure all whitespace only text nodes are copied through?  (I'm
not using MSXML so all the nodes should be in the source)

--~------------------------------------------------------------------
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>
--~--