AW: [xsl] Extensions and namespace output

Subject: AW: [xsl] Extensions and namespace output
From: "Ilya Khandamirov" <ikh@xxxxxxxxxxx>
Date: Wed, 15 Aug 2001 18:07:33 +0200
Hi Heiko,

I'm not sure if this is what you need but please have a look at Kay's book
(Second Edition) p.306 - The exclude-result-prefixes attribute.


Regards,
Ilya



-----Ursprungliche Nachricht-----
Von: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]Im Auftrag von Heiko Rupp
Gesendet: Mittwoch, 15. August 2001 17:40
An: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Betreff: [xsl] Extensions and namespace output


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



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


Current Thread