Subject: HELP! XT is putting namespaces in output tag attributes ...
From: "Maxime Levesque" <maximel@xxxxxxxxxxxxxx>
Date: Fri, 23 Jul 1999 16:42:52 -0700
|
Some of my output tags are getting the stylesheet namespace added in their
attribute list :
<aTag xmlns:enabler="http://www.jclark.com/xt/java/XSLEnabler"
xmlns="http://www.w3.org/TR/REC-html40">...</aTag>
some other tags are just getting this one :
<aTag2 xmlns=""></aTag2>
Why is it doing this ?
How can I get it not to do this ?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|