[Home] [By Thread] [By Date] [Recent Entries]
> 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
|

Cart



