My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

I was processing XHTML files and I kept hitting the w3c.org webservers because the Java XML parsers always load the DTDs from the source. I found plenty of documentation and examples out there to create a local cached copy of these DTDs to greatly speed up XHTML parsing but never a jar that I could just plug and play.

So ... I made one. Enjoy!

Example code:

http://code.google.com/p/java-xhtml-cache-dtds-entityresolver/source/browse/java-xhtml-cache-entityresolver/trunk/test/com/habitsoft/xhtml/dtds/TestXhtmlEntityResolver.java

Powered by Google Project Hosting