[xsl] Namespace Aliasing without xsl:namespace-alia

Subject: [xsl] Namespace Aliasing without xsl:namespace-alia
From: mazerunner@xxxxxx
Date: Mon, 23 Jan 2006 22:34:34 +0100 (MET)
Hi,

I want to transform an XML document to HTML. The XML elements are bound to a
certain namespace I had to define that namespace in my transformation. The
XSLT processor chooses it as namespace for literal result elements which are
my HTML-Tags. Unfortunately this parser doesn't support namespace:aliasing:
<xsl:namespace-alias stylesheet-prefix="..." result-prefix=""/> could solve
this.

Of course I could generate all tags using xsl:text or xsl:element but this
isn't quite comfortable. Do you have any idea how to perform this task?

Thanks in advance
Tobias

Current Thread