This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: should be a simple problem


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]