Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-16 | 1 | -3/+3 |
| | | | | Notes: svn path=/head/; revision=37252 | ||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-09 | 1 | -5/+4 |
| | | | | Notes: svn path=/head/; revision=27429 | ||||
* | XP is an XML 1.0 parser written in Java. It is fully conforming: it | Chris Piazza | 1999-10-05 | 5 | -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 |