Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8632/core/src/xdoclet
Modified Files: XmlSubTask.java Log Message: Minor fixes for the XML Schema validation (XDT-1284) Index: XmlSubTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/XmlSubTask.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** XmlSubTask.java 1 Mar 2005 21:00:10 -0000 1.23 --- XmlSubTask.java 1 Mar 2005 21:55:37 -0000 1.24 *************** *** 186,189 **** --- 186,190 ---- setDtdURL(src.getDtdURL()); setSchema(src.getSchema()); + setSchemaURL(src.getSchemaURL()); } *************** *** 205,208 **** --- 206,210 ---- log.debug("getDtdURL()=" + getDtdURL()); log.debug("getSchema()=" + getSchema()); + log.debug("getSchemaURL()=" + getSchemaURL()); } *************** *** 286,290 **** private boolean shouldValidate() { ! return isValidateXML() && (getPublicId() != null && getDtdURL() != null) || schema != null; } } --- 288,292 ---- private boolean shouldValidate() { ! return isValidateXML() && ((getPublicId() != null && getDtdURL() != null) || getSchemaURL() != null); } } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel