Re: [xsl] ATTRIBUTE ORDER

Subject: Re: [xsl] ATTRIBUTE ORDER
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 28 May 2006 05:32:08 +0100
>>>>> "David" == M David Peterson <m.david@xxxxxxxxxx> writes:

    David> While the cross-platform differences are important to
    David> understand, it would seem the fact that the code will run
    David> cross-platform is the most important piece to all of this.
    David> The fact that theres a chance the results might be
    David> different under certain conditions would allow nicely for a
    David> simple comment to be added in this section of the code that
    David> states something like:

    David> <!-- WARNING: Different XSLT processors can produce
    David> different output results "Since collating sequences for
    David> xsl:sort aren't defined in the spec" -->

    David> Obviosuly you could leave out the quotes

You can leave out the entire comment too.

If you are aware that the results are processor dependent, then add a
call to system-property within xsl:use-when.
-- 
Colin Adams
Preston Lancashire

Current Thread