[xsl] Extensions and namespace output

Subject: [xsl] Extensions and namespace output
From: Heiko Rupp <heiko.rupp@xxxxxxxxxxxxx>
Date: Wed, 15 Aug 2001 17:40:17 +0200
Hello,

do I read XSLT 1.0 Standard, 7.1.1 correctly, that if a namespace designates an extension, its namespace is not copied to output elements?

I.e. with

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:foo="my.extension.url"
extension-element-prefixes="foo">


one should not expect this to happen

<doc xmlns:foo="my.extension.url">
... data...
</doc>


This is also what I read from Michael Kay's book.


Thanks
  Heiko


-- Heiko W. Rupp Project Management WiredMinds Informationssysteme GmbH Wilhelmsplatz 11 D-70182 Stuttgart

Email: Heiko.Rupp@xxxxxxxxxxxxx
Phone: +49 711 49048-232
Fax:   +49 711 49048-111


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread