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]

AW: Extensions and namespace output


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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]Im Auftrag von Heiko Rupp
Gesendet: Mittwoch, 15. August 2001 17:40
An: XSL-List@lists.mulberrytech.com
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@WiredMinds.de
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]