mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7820b2842a
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
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
From the XP homepage:
|
|
|
|
XP is an XML 1.0 parser written in Java. It is fully conforming: it
|
|
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.
|
|
|
|
For more details, please see the XP homepage:
|
|
|
|
WWW: http://www.jclark.com/xml/xp/index.html
|
|
|
|
- Mike (mike@vee.net)
|