This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: namespace-alias for remapping nodes from the empty namespace


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]