- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Apr 2007 11:57:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory hutz:/tmp/cvs-serv3786 Modified Files: TagSoupStyleSheetHandler.java Log Message: oops, using xerces where it shouldn't Index: TagSoupStyleSheetHandler.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/TagSoupStyleSheetHandler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- TagSoupStyleSheetHandler.java 24 Apr 2007 11:14:22 -0000 1.1 +++ TagSoupStyleSheetHandler.java 24 Apr 2007 11:57:39 -0000 1.2 @@ -541,7 +541,7 @@ } void parse(String urlString, URLConnection connection) throws Exception { - org.xml.sax.XMLReader xmlParser = new org.apache.xerces.parsers.SAXParser(); + org.xml.sax.XMLReader xmlParser = new org.ccil.cowan.tagsoup.Parser(); try { xmlParser.setProperty("http://xml.org/sax/properties/lexical-handler", this);
Received on Tuesday, 24 April 2007 11:57:43 UTC