I wrote a small JavaCC grammar to parse the XML XPointer Language. i included 
2 test files (a bad one and a good one) containing the Working Draft examples 
to test the parser itself. It makes nothing but parsing. I am currently 
working on a full implementation of the XML Link language based on the MSXML 
parser. I will make a full package available as soon as possible. All comments 
are welcome...
Requirement
     Java Parser Generator, JavaCC 0.7.1 - http://www.sun.com/suntest/JavaCC/in
dex.html
     JDK 1.1.x
Compile
        javacc XPointerParser.jj
        javac -depend XPointerParser.java
Using
     Reading from standard input:
             java XPointerParser
     Reading from a file:
             java XPointerParser bad.xll
             java XPointerParser good.xll
The test file bad.xll was taken from the XPointer Working Draft. I modified 
this file to make it
conformant to the specification (test file good.xll).
Availability
      http://www.loria.fr/~bonhomme/XPointer/
Pat.
-- ============================================================== bonhomme@loria.fr | Office : B.228 http://www.loria.fr/~bonhomme | Phone : 03 83 59 30 52 -------------------------------------------------------------- * Serveur Silfide : http://www.loria.fr/projets/Silfide * Projet Aquarelle : http://aqua.inria.fr ==============================================================
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@ic.ac.uk the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)