Re: [Gestalt-users] Copied elements loose the namespace part of theirname
Status: Alpha
Brought to you by:
colin-adams
From: Colin P. A. <co...@co...> - 2006-09-22 06:31:08
|
>>>>> "Colin" == Colin Paul Adams <co...@co...> writes: Colin> The fix is trivial (it only took a few minutes debugging to Colin> find the cause of the principal error). Although I still Colin> have a namespace declaration being omitted for the xsl Colin> prefix. Not sure why - that may be a seperate bug. -- I note that Saxon does the same thing. We are both using the same logic - If a namespace declaration is excluded, and is not the target of a xsl:namespace-alias declaration, then remove it from the list of namespaces to be output on the element. It is the latter clause that causes a declaration for the xsl namespace to be output. As far as I can see, this is in strict accordance with the spec. If you think otherwise, try raising a bug report against Saxon, and see what MHK says. -- Colin Adams Preston Lancashire |