Download List

项目描述

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.

系统要求

System requirement is not defined
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

这个版本的性能改进的重点。与节点的大型数据的XML文件现在可以在合理的时间内分析。大DTD的问题已经得到解决。对一些非常具体的案件中可能会有错误修复。
标签: 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

XML解析器现在支持命名空间。此外,对象模型已得到增强,例如,现在简单修改XML树(任意插入/删除操作)。对象模型的一些问题也得到修复。特别是,它现在更为明确时,对象的方法进行验证,当他们接受任何内容。现在有可能推迟,直到验证是否合理这样做。解析器变得更快。的XML树表示不需要像以前一样多的内存。现在可以配置的词法分析器使用。分布已被清理。
标签: 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.

Project Resources