xsl-list
[Top] [All Lists]

Re: [xsl] xslt 1.0 namespace on output doc

2006-04-12 10:18:35
You might be able to prevent this happening with exclude-result-prefixes.
This isn't guaranteed to work, however: some processors will ignore the
exclude-result-prefixes if the namespace in question is one that is actually
used in the result tree. This is conformant behavior because XSLT 1.0
basically says the serializer can add any namespaces it wants. By contrast,
the behavior you are seeing from Transformiix appears to be non-conformant.
This works for MSXML 3 and but not for SAXON 6.5.5. However, this is no
problem, as I use SAXON 6.5.5 exclusivly for testing because of it's superb
diagnostic.

Thanks, Manfred

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>