Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14655/core/src/xdoclet
Modified Files: XmlSubTask.java Log Message: better debug output and less failure if the SAXParser does not support JAXP Schema Validation and a fix for mixed schema and DTD validation in the same task Index: XmlSubTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/XmlSubTask.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** XmlSubTask.java 1 Mar 2005 21:55:37 -0000 1.24 --- XmlSubTask.java 30 Mar 2005 21:07:44 -0000 1.25 *************** *** 212,215 **** --- 212,217 ---- XmlValidator validator = XmlValidator.getInstance(); + validator.reset(); + if (getPublicId() != null) { validator.registerDTD(getPublicId(), getDtdURL()); ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/Info/Sentarus/hamr30 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel