From: <de...@us...> - 2003-04-02 23:26:42
|
Update of /cvsroot/pymerase/pymerase/pymerase/input In directory sc8-pr-cvs1:/tmp/cvs-serv27899 Modified Files: parseGenexSchemaXML.py Log Message: Remove dependency on pirxx as the default python xml parsers seem to be working now. Index: parseGenexSchemaXML.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/input/parseGenexSchemaXML.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** parseGenexSchemaXML.py 5 Feb 2003 23:04:15 -0000 1.25 --- parseGenexSchemaXML.py 2 Apr 2003 23:26:39 -0000 1.26 *************** *** 202,206 **** # create parser #print sax2exts.XMLParserFactory.get_parser_list() ! parser = sax2exts.make_parser('pirxx') parser.setFeature(feature_namespaces, 0) parser.setContentHandler(self) --- 202,207 ---- # create parser #print sax2exts.XMLParserFactory.get_parser_list() ! ! parser = sax2exts.make_parser() parser.setFeature(feature_namespaces, 0) parser.setContentHandler(self) |