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]

RE: exclude-result-prefixes


> > what's wrong here (tested with XT, MSXML3, Saxon)? Why 
> isn't the namespace
> > decl for "xsi" stripped from the result document?
> 
> It's because you use <xsl:copy>.
> From the spec (XSLT, 7.5 Copying)

Yes, thanks, this one had me puzzled. Just to add to the response:
[xsl:]exclude-result-prefixes only affects namespaces that would otherwise
be copied to the result tree as a result of instantiating a literal result
element.

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]