Re: [xsl] Was it a bug?

Subject: Re: [xsl] Was it a bug?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 Nov 2010 11:47:28 +0000
On 17/11/2010 11:27, Frederic Bergeron wrote:
<xsl:element name="{local-name()}" namespace="http://www.mystuff.com";>

is a pretty strong hint that you want the unprefixed form output, and in xslt 2 that would be the specified behaviour, but xslt 1 gives a system licence to ignore all prefixes on input and to use any prefixes on output on the grounds that a pure xml namespace parser might just report the namespaces in scope and not report the prefixes used however not reporting prefixes would mean that using namespaces in context (such as XSD types and xpath expressions would be unusable)
So it's pretty unhelpful behaviour but I don't think that technically it's a bug if the tree you get back when you parse that output only differs in namespace prefixes used.



David




________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread