You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Chalker, Dean" <De...@intelliwhere.com> on 2003/11/05 00:18:12 UTC

XPointer and XPath implementation

Hi all,
 
I am investigating implementing XPointer in the existing XInclude feature,
and have found org.apache.xerces.impl.xpath.XPath and
org.apache.xerces.impl.xs.identify.XPathMatcher.
 
Before I launch into major code development, I'd appreciate any thought
about how (or whether) these class can be extend to provide XPath for
XPointer.  I guess my major question is how to extend XPath to add the
additional functions that XPointer provides.
 
 
Regards
Dean
 
 
 
 
 
 
INTERGRAPH
Dean Chalker
Distinguished Design Engineer (R&D)
IntelliWhere Product Development Center
Intergraph Mapping and Geospatial Solutions
Level 3/299 Coronation Drive
Milton  Brisbane
Austalia  4064
Phone:  +61 (0)7 3510 8918
Fax:    +61 (0)7 3510 8901
E-mail: dean.chalker@intelliwhere.com <ma...@intelliwhere.com>

URL: imgs.intergraph.com
 

Re: XPointer and XPath implementation

Posted by Arnaud Le Hors <le...@us.ibm.com>.
Actually, the changes on the XInclude spec are rather minor. Basically, 
instead of having the XPointer specified as a fragment identifier, it is 
handled as a separate attribute.
This is what we had to do to satisfy some rather obscure theoritical 
problems with the fragment id.
--
Arnaud  Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep.


Elliotte Rusty Harold wrote:
> At 9:18 AM +1000 11/5/03, Chalker, Dean wrote:
> Hi all,
> 
> I am investigating implementing XPointer in the existing XInclude 
> feature, and have found org.apache.xerces.impl.xpath.XPath and 
> org.apache.xerces.impl.xs.identify.XPathMatcher.
> 
> Before I launch into major code development, I'd appreciate any thought 
> about how (or whether) these class can be extend to provide XPath for 
> XPointer.  I guess my major question is how to extend XPath to add the 
> additional functions that XPointer provides.
> 
> 
> You probably want to hang tight for a couple of weeks. The W3C working 
> group is preparing a major new working draft of XInclude which will 
> substantially revise how XPointers are handled. If I were you I'd want 
> to see this before beginning a lot of work I might have to throw out.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


Re: XPointer and XPath implementation

Posted by Elliotte Rusty Harold <el...@metalab.unc.edu>.
At 9:18 AM +1000 11/5/03, Chalker, Dean wrote:
Hi all,

I am investigating implementing XPointer in the existing XInclude 
feature, and have found org.apache.xerces.impl.xpath.XPath and 
org.apache.xerces.impl.xs.identify.XPathMatcher.

Before I launch into major code development, I'd appreciate any 
thought about how (or whether) these class can be extend to provide 
XPath for XPointer.  I guess my major question is how to extend XPath 
to add the additional functions that XPointer provides.


You probably want to hang tight for a couple of weeks. The W3C 
working group is preparing a major new working draft of XInclude 
which will substantially revise how XPointers are handled. If I were 
you I'd want to see this before beginning a lot of work I might have 
to throw out.

-- 

   Elliotte Rusty Harold
   elharo@metalab.unc.edu
   Effective XML (Addison-Wesley, 2003)
   http://www.cafeconleche.org/books/effectivexml
   http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org