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]

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


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