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 Requirements

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 파일을 지금은 적절한 시간에 분석할 수있습니다. 대형 DTDs 문제가 해결되었습니다. 매우 구체적인 사건에 대한 몇 가지 버그가 수정 될 수도있습니다.
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

XML 파서 지금은 네임 스페이스를 지원합니다. 또한, 개체 모델은 지금 (임의의 삽입 / 삭제 작업) XML을 나무를 수정하기 쉽습니다 향상되었습니다. 개체 모델과 어떤 문제도 해결되었습니다. 특히, 지금은 때 개체의 메소드를 명확하게 확인하고있을 때 모든 내용에 동의합니다. 정말 그렇게까지 할 합리 이제 검증을 연기하실 수있습니다. 파서가 될 빨라집니다. XML 트리의 표현을하기 전에 최대한 많은 메모리를 필요로하지 않습니다. 지금은 어떤 어휘 분석기를 사용하는 구성이 가능합니다. 배포 청소되었습니다.
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.

Project Resources