Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XP is an XML 1.0 parser written in Java. It is fully conforming: it | cpiazza | 1999-10-06 | 1 | -0/+1 |
detects all non well-formed documents. XP has the following design goals: Conformance and correctness, high performance and a layered structure. Is is currently non-validating but can parse all external entities. PR: 13875 Submitted by: mike@vee.net |