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: implements-prefix vs implements-namespace


> Namespace declarations for a particular element cannot
> be introduced from other documents in any way.

Yes they can; an XSLT 1.0 erratum makes it clear that you can copy a
namespace node, so you can do

<out>
  <xsl:copy-of select="document('namespaces.xml')//namespace::*"/>
</out>

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]