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

RE: Question for the XPath and DOM folks


xmlspy api xpath
> You missed the point of the question which is about the 
> difference between the DOM and XPath data models. I know what 
> the answer to the question is based on just the XPath data model. 
> 

Well, the question asked what DOM nodes are returned by an XPath query. The answer is, none: an XPath expression can only return XPath nodes. Any mapping to DOM nodes is up to the vendor (until the DOM XPath API comes out).

But if you change the question to ask "what is the value of count(foo/text())", then the only possible answer is 1, and any product that says otherwise is non-conformant.

MSXML3, when I last looked, was non-conformant in this respect. (See XSLT Programmer's Reference, 2nd Edition, Wrox Press, page 700).

XML Spy, incidentally, only uses whatever XSLT and XPath processors you configure it to use, it does not have its own. So telling us what answer XML Spy gives, without telling us how it is configured, is rather pointless.

Michael Kay
Software AG
home: Michael.H.Kay@n...
work: Michael.Kay@s... 

> 
> 	> Given the following XML in a DOM document
> 	> 
> 	> <foo>
> 	> bar
> 	> <![CDATA[
> 	> baz
> 	> ]]>
> 	> quux
> 	> </foo>
> 	>
> 	> and the following XPath
> 	> 
> 	> //text()
> 	> 
> 	> what should be the resulting DOM nodes and why? 


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.