Re: Case-sensitivity, child sequences

Hi again Emil,

At 05:59 PM 11/6/00 +0100, Emil Åström wrote:
>Maybe I misunderstand things here, but it seems to me that
>an XPointer "/1/1" and XPath "/*[1]/*[1]" will not return the
>same node in the following example (if the XPointer only counts
>elements) since MY_PI is not an element.
>
><doc>
>   <?MY_PI test?>
>   <p>
></doc>

* is shorthand for "element children of the context node" (and the default 
axis is child::).  So the PI wouldn't be captured by either version.

         Eve
--
Eve Maler                                          +1 781 442 3190
Sun Microsystems XML Technology Center    eve.maler @ east.sun.com

Received on Monday, 6 November 2000 12:40:31 UTC