Re: [xsl] rogue xmlns="" in output xhtml

Subject: Re: [xsl] rogue xmlns="" in output xhtml
From: Lynn Alford <lynn.alford@xxxxxxxxxx>
Date: Thu, 13 Oct 2005 11:28:38 +1000
At 01:43 AM 13/10/2005 +0100, you wrote:
Hi,

I am trying to output valid xhtml code, but am currently getting the
following:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
The problem is those sporadic random 'xmlns=""'s dotted throughout the document. I've tried playing

Have you looked through the FAQ docs on namespaces http://www.dpawson.co.uk/xsl/sect2/N5536.html? And exclude-result-prefix http://www.dpawson.co.uk/xsl/sect2/excludeResultPrefix.html ?


Lynn

Current Thread