Subject: RE: namespace-alias for remapping nodes from the empty namespace
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 13 Oct 2000 14:43:28 +0100
|
> I have an XML element with no namespace declaration, say:
>
> <foo />
>
> Can I use the xsl:namespace-alias mechanism to map elements
> from this empty namespace to another one in the output?
>
> #default seems to map the *default* namespace, which is
> different from the empty namespace...
The namespace URI for <foo> *is* the default namespace. If there are no
namespace declarations in force, the default namespace is empty, if there is
a namespace declaration xmlns="abc.uri" then the default namespace is
"abc.uri".
So yes, you can use #default.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|