RE: [xsl] should be a simple problem

Subject: RE: [xsl] should be a simple problem
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 13 Dec 2001 23:17:53 -0000
> 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


Current Thread