Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
dtdparser: A Java DTD Parser
- Summary
- DTD parsers for Java seem to be pretty scarce. That's probably because
DTD isn't valid XML. At some point, if/when XML Schema becomes widely
accepted, no one will need DTD parsers anymore. Until then, you can
use this library to parse a DTD.
Changelog
- * Fri Aug 20 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> 0:1.21-2jpp
-
- Build with ant-1.6.2
- * Fri Apr 11 12:00:00 2003 David Walluck <david{%}anti-microsoft{*}org> 0:1.21-1jpp
-
- 1.21
- * Tue Mar 4 11:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.20-1jpp
-
- Update to 1.20.
- Fix Group, Distribution and Vendor tags.
- Use sed instead of bash 2 extension for symlink creation during build.
- Use build.xml from upstream tarball.