> I take Jeni's recommendation and give a fully qualified name
> in the .xsl
> document. But now, the namespace that I add to the xsl document gets
> output! Can anyone explain this to me and tell me how to get
> the namespace
> to not appear in the output document.
When literal result elements are copied to the result document, all in-scope
namespaces are copied too. You can suppress this using the
exclude-result-prefixes attribute.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|