Re: [xsl] xml to xhtml namespace problem

Subject: Re: [xsl] xml to xhtml namespace problem
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 11 Jan 2011 11:39:30 +0100
Szabo, Patrick (LNG-VIE) wrote:

<h1 xmlns="">...</h1>

How can I get rid of that empty namespace ?!

Move the XHTML namespace declaration to the xsl:stylesheet <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns="http://www.w3.org/1999/xhtml"; version="2.0"> ... </xsl:stylesheet> that way it applies to all literal result elements in all templates.

--

	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread