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

RE: XPATH problem with namespace

Subject: RE: XPATH problem with namespace
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 7 Oct 2004 13:07:25 +0100
xslt default namespace problem
> Apologies for the XSLT 2.0 newbie question but why does the 
> XSLT author 
> have to deal with two default namespaces in the same 
> document? At first 
> glance, it seems that making XPath aware of the XSLT 
> document's default 
> namespace is a simpler solution.
> 

That's the solution XQuery went for, but it means that if your input file
uses the null namespace and your output file doesn't, then you need to
prefix all your element names in output element constructors, and also if
the output is XHTML then you are likely to end up with prefixes in the
serialized result, which will violate the XHTML DTD and not work in legacy
browsers. Equally, if the output uses the null namespace and the input
doesn't, as in many XML->HTML transformations, you'll be back with having to
prefix all the names in path expressions.

Also, of course, 2.0 has to be backwards compatible with 1.0: but the above
explains why 1.0 decided not to use the default namespace for names in path
expressions.

Michael Kay

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.