Subject: Re: HELP! XT is putting namespaces in output tag attributes ...
From: James Clark <jjc@xxxxxxxxxx>
Date: Sat, 24 Jul 1999 13:10:57 +0700
|
When XT supports the element extension mechanism of the latest draft,
you'll be able do stop this by adding "enabler" to the
extension-element-prefixes attribute. Till then, I wouldn't worry about
it; it's ugly but should be harmless.
Maxime Levesque wrote:
>
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|