Re: [xsl] HTML to XML

Subject: Re: [xsl] HTML to XML
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 28 May 2009 17:38:10 +0200
Knight, Michel wrote:

When I run this scripts I get this :
<title xmlns:xhtml="http://www.w3.org/1999/xhtml";>
<meta xmlns:xhtml="http://www.w3.org/1999/xhtml";>

How to remove does comment?
xmlns:xhtml="http://www.w3.org/1999/xhtml";



<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:xhtml="http://www.w3.org/1999/xhtml";>

Put an exclude-result-prefixes="xhtml" on the xsl:stylesheet element.



--

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

Current Thread