Re: XSLT

At 00/08/17 12:30 -0700, John Boyer wrote:
>I've often wondered, how open-ended is XSLT regarding the output.
>
>Are there permissible implementation differences that are not covered off 
>by throwing a c14n transform after (or before and after)?

There are definitely things that fall in this category, in particular
in the area of localization. For example you can say that you want
some items sorted, and can indicate that the sort order should
be according to e.g. Swedish practices, but you are not guaranteed
that your processor knows Swedish sorting, nor are you sure that
all processors do exactly the same for Swedish even if they know it.

This is I guess quite a bit away from your main problem.

Regards,   Martin.


>Or rather, is there an XSLT conformance mode that guarantees any 
>implementation adhering to that mode produces the exact same output 
>(except possibly for differences that can be corrected by c14n, and 
>possibly only if the input is canonicalized)?
>
>Or is it the case, for example, that random extra whitespace may be added 
>outside of start tags by some processors and not by others?
>

Received on Thursday, 17 August 2000 23:29:04 UTC