aboutsummaryrefslogtreecommitdiff
path: root/textproc/xp
Commit message (Collapse)AuthorAgeFilesLines
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-3/+3
| | | | Notes: svn path=/head/; revision=37252
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-5/+4
| | | | Notes: svn path=/head/; revision=27429
* XP is an XML 1.0 parser written in Java. It is fully conforming: itChris Piazza1999-10-055-0/+263
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 Notes: svn path=/head/; revision=22182