X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Fdoc%2FPRERELEASE.xml;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Fdoc%2FPRERELEASE.xml;h=f155abd96e5dfde398e94db828aaf8ca453cac99;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/doc/PRERELEASE.xml b/helm/DEVEL/pxp/pxp/doc/PRERELEASE.xml new file mode 100644 index 000000000..f155abd96 --- /dev/null +++ b/helm/DEVEL/pxp/pxp/doc/PRERELEASE.xml @@ -0,0 +1,116 @@ + + +%common; + + +up'> + + +%config; + +]> + + + + Pre-release of PXP, the XML parser for O'Caml + +

PXP is the new, completely revised and partly rewritten +validating XML parser +for O'Caml; the old name, "Markup", has been dropped. The current version +of PXP is still a bit experimental because it is not fully tested; however, +it is now stable enough to be used in experimental applications. +

+ +

PXP will retain most parts of Markup's API; the name PXP +emphasizes the strengths of the API: it is the Polymorphic XML Parser. +The document objects representing the parsed file have an interesting +polymorphism which allows that the user of the parser can control +which kind of objects are actually created. The current API supports +the element type as criterion for object/class selection; future APIs will +extend this concept such that arbitrary criterions are possible +(e.g. you may want to have different classes for different namespaces). +

+ +

The current development goals of PXP are:

+ + +
+ + + Download the PXP pre-release + +

The current pre-release is available under + +&url.gps-ocaml-download;/pxp-pre-0.99.8.tar.gz. There is currently no +documentation for this version of the software; it is recommended to use the Markup manual and compare it with the current +module interfaces.

+ +

Please note that this is work in progress; it may still contain bugs +and irregularities.

+ +

The parser works only with OCaml-3. The parser needs the netstring package, at least version 0.9.1. +

+ +

I am very interested in your opinion to PXP; please contact me.

+
+ + + Author, Credits, Copying +

+PXP has been written by &person.gps;; it contains contributions by +Claudio Sacerdoti Coen. You may copy it as you like, +you may use it even for commercial purposes as long as the license conditions +are respected, see the file LICENSE coming with the distribution. It allows +almost everything. +

+
+ + + Where to find the stable release +

Here.

+
+ +
+