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]

Re: Copy namespace definition to the result tree using xslt




> Is there no way I can output the element as
> <xsd:schema xmlns:xsd="http://www.w3.org/1999/XMLSchema">

No. If there is a namespace node on that element in the result tree,
normaly the output serialiser will not output a namespace declaration if
there is already a declaration for that namespace in scope. You have no
direct control over this linearisation, no more than you can control
whetehr " or ' is used to quote attribute values.

> But it is required for the application I am working on. 
The application doesn't appear to conform to the Namespace
recommendation.


David

 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]