2002/css-validator/org/w3c/css/util/xml XMLCatalog.java,1.5,1.6

Update of /sources/public/2002/css-validator/org/w3c/css/util/xml
In directory hutz:/tmp/cvs-serv12806/org/w3c/css/util/xml

Modified Files:
	XMLCatalog.java 
Log Message:
enhanced target war

Index: XMLCatalog.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/xml/XMLCatalog.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- XMLCatalog.java	13 Jul 2007 13:32:21 -0000	1.5
+++ XMLCatalog.java	19 Jan 2009 16:59:37 -0000	1.6
@@ -36,7 +36,7 @@
 	public XMLCatalog() {
 		try {
 			baseURI = XMLCatalog.class.getResource("catalog.xml");
-			parse("\"" + baseURI.toString() + "\"");
+			parse(baseURI.toString());
 		} catch (Exception e) {
 			System.err.println("org.w3c.css.css.XMLStyleSheetHandler: "
 					+ "couldn't load catalog.xml");

Received on Monday, 19 January 2009 16:59:47 UTC