Re: [xsl] ATTRIBUTE ORDER

Subject: Re: [xsl] ATTRIBUTE ORDER
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Sat, 27 May 2006 22:48:52 -0600
On Sat, 27 May 2006 22:32:08 -0600, Colin Paul Adams
<colin@xxxxxxxxxxxxxxxxxx> wrote:

"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.

Good point Colin :)


For 1.0 this wouldn't work, but for 2.0 -- What Colin said :)

Current Thread