Announcement: JavaCC parser for the XML XPointer Language
Patrice Bonhomme
Patrice.Bonhomme at loria.fr
Fri Apr 17 23:09:16 BST 1998
<hi/>
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 at 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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list