[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Empty namespace attributes


Subject: [xsl] Empty namespace attributes
From: Kerry Kobashi <kkobashi@xxxxxxxxxxx>
Date: Sat, 29 Apr 2006 15:54:37 -0700

How do I get rid of empty namespace attributes generated after transformation by the processor?
I am using ArchiTag's XRay and my tags are getting empty xmlns="" attributes placed after each one like so:


<div class="company" xmlns="">
           Company name here
</div>
<div id="mainmenu" xmlns="">
           Home | About
</div>


Current Thread