Re: [xsl] Roundtripability of identity transform

Subject: Re: [xsl] Roundtripability of identity transform
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 30 Aug 2005 12:34:35 +0100
>>>>> "Andrew" == andrew welch <andrew.j.welch@xxxxxxxxx> 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.

-- 
Colin Adams
Preston Lancashire

Current Thread