[xsl] how to define a namespace-prefix for null-namespace

Subject: [xsl] how to define a namespace-prefix for null-namespace
From: Siegfried Baiz <baiz@xxxxxxxxx>
Date: Thu, 17 Mar 2005 18:38:02 +0100
Hi,

I have to transform an input-xml-document,
whose schema doesnt define an target-namespace.
i.e the xml-instance includes xsi:noNamespaceSchemaLocation="http://www....

In my XSLT-stylesheet I wanted to define a xmlns-prefix for that
null-namespace,
in order to be independent of coming namespace-changes.

I've tried things like this:

<xsl:stylesheet version="2.0" ....  xmlns:my="">
   <xsl:template match="my:*">
...

rsp.

<xsl:stylesheet version="2.0" ....  xmlns:my="#default">
   <xsl:template match="my:*">
...


but unfortunally it seems not to be working.


Maybe the solution is obvious - can anybody please give me a hint?

thanks,

Siegfried

Current Thread