|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Question for the XPath and DOM folks
On Sat, Jul 20, 2002 at 11:19:25AM -0700, Dare Obasanjo wrote: > 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? I can think of two answers but they both have problems. Well the theorical answer is that XPath operates on an XPath data model, not a DOM view. Your question has no answer, XPath is not designed to work on a standard DOM tree, CDATA are transparently turned in (the container) text node. it returns the text node of the XPath data model which is the unique children of the foo element node. Daniel -- Daniel Veillard | Red Hat Network https://rhn.redhat.com/ veillard@r... | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








