Downloadliste

Projektbeschreibung

PXP is a validating XML parser for the programming language Objective Caml. It strictly implements the full XML-1.0 standard. The XML instance is represented as a tree of objects. It is also possible to access the DTD. PXP means "Polymorphic XML parser" and emphasizes its most useful property: that the API is polymorphic and can be configured such that different classes are used to store different types of elements. PXP contains a user's manual and several example, and has been designed with CGI programming in mind, however is not limited to this field.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-03-16 03:33
1.1.4

Diese Veröffentlichung konzentriert sich auf Performance-Verbesserungen. XML-Dateien mit großen Daten-Knoten können jetzt in angemessener Zeit analysiert werden. Probleme mit großen DTDs wurden gelöst. Einige Fehler bei sehr speziellen Fällen kann festgesetzt werden.
Tags: Minor bugfixes
This release focuses on performance improvements. XML files with large data nodes can now be parsed in reasonable time. Problems with large DTDs have been resolved. Some bugs for very specific cases may be fixed.

2001-07-06 07:39
1.1

Der XML-Parser unterstützt jetzt Namensräume. Darüber hinaus wurde das Objekt-Modell erweitert, so dass es jetzt einfacher, XML-Strukturen zu ändern (beliebig einfügen, löschen und Operationen). Einige Probleme mit dem Objektmodell wurden ebenfalls behoben. Insbesondere ist es nun klarer, wenn die Objekt-Methoden zu validieren und zu akzeptieren, wenn sie alle Inhalte. Es ist nun möglich, Validierung aufzuschieben, bis es wirklich vernünftig, dies zu tun. Der Parser ist schneller geworden. Die Darstellung der XML-Baum braucht nicht so viel Speicher wie zuvor. Es ist nun möglich zu konfigurieren, die für lexikalische Analysen verwendet wird. Die Verteilung wurde aufgeräumt.
Tags: Major feature enhancements
The XML parser now supports namespaces. Furthermore, the object model has been
enhanced such that it is now simpler to modify XML trees (arbitrary
insert/delete operations). Some problems with the object model have also been
fixed. In particular, it is now clearer when the object methods validate and
when they accept any contents. It is now possible to defer validation until it
is really reasonable to do so. The parser has become faster. The representation
of the XML tree does not need as much memory as before. It is now possible to
configure which lexical analyzer is used. The distribution has been cleaned up.

2001-01-30 15:13
1.0

Initial public release.
Initial public release.

Project Resources