[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: QName as attribute value: save and clean up namesp

Subject: Re: QName as attribute value: save and clean up namespace declarations
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Mon, 18 Jun 2012 14:37:56 +0100
Re:  QName as attribute value: save and clean up namesp
On 18/06/2012 13:06, David Carlisle wrote:
On 18/06/2012 12:39, Heiko Niemann wrote:
Now I would like to clean up and just keep the ones that are
'used' in the xsi:type content. The stylesheet actually already does what
I want, but I would like to know whether there might be a better way to do
it, since it looks a little hackish to me

What you have looks fine if you are using a non-schema aware processor. If you were using a schema-aware processor and validated your input, it would "know" the namespaces in the content of xsi:type and so would automatically copy those namespace declarations just as it does for element names.



Sadly, no. If you specify copy-namespaces=yes, then all namespaces are copied. If you specify copy-namespaces=no, then the only namespaces in the output are those generated by namespace fixup. Namespace fixup happens before validation (it has to, because validation would fail if the required namespaces were absent). This means that namespace fixup is not aware of QName-valued attributes.

Michael Kay
Saxonica

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.