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>
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--