[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: Question for the XPath and DOM folks
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Sat, 20 Jul 2002 11:19:25 -0700
- Thread-index: AcIwGfpt6lVGSeqiRv2CDtBnjLkYbQ==
- Thread-topic: Question for the XPath and DOM folks
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.
PS: Why is http://www.w3.org/TR/2002/WD-DOM-Level-3-XPath-20020712/ returning a 404 when it is linked from http://www.w3.org/DOM/ ?
|