On Sat, 27 May 2006 22:32:08 -0600, Colin Paul Adams
<colin(_at_)colina(_dot_)demon(_dot_)co(_dot_)uk> wrote:
"David" == M David Peterson <m(_dot_)david(_at_)mdptws(_dot_)com> 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 :)
--~------------------------------------------------------------------
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>
--~--