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: exclude-result-prefixes and xsl:copy issue


> Hi,
> there is a note about exclude-result-prefixes in the XSLT spec:
> > NOTE: ... specifying the prefix
> > in the [xsl:]exclude-result-prefixes attribute will avoid
> > superfluous namespace declarations in the result tree.
> (Quote intentional snipped)
>

I think that this facility was explicitly designed to fix the problem of
copying unwanted namespace nodes from the stylesheet when using literal
result elements. I've no idea whether anyone ever considered generalizing it
to avoid the copying of namespaces from the source document. As you point
out, there is a different solution in that case (using xsl:element).

The note needs to be read in context: it's part of the section on literal
result elements.

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]