|
From: <de...@us...> - 2003-04-03 00:40:07
|
Update of /cvsroot/pymerase/pymerase In directory sc8-pr-cvs1:/tmp/cvs-serv21171 Modified Files: INSTALL Log Message: updated install instructions to mention that the newer xml parser seems to work. Index: INSTALL =================================================================== RCS file: /cvsroot/pymerase/pymerase/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INSTALL 13 Feb 2003 02:47:11 -0000 1.1 --- INSTALL 3 Apr 2003 00:40:03 -0000 1.2 *************** *** 19,30 **** work with the current table.dtd ! However the version of expat I was using didn't properly support ! entities with the XML files were using so I ended up using the ! xerces-c XML parser. ! A project called pirxx is providing the python wrapper for xerces-c. ! xerces-c: http://xml.apache.org/xerces-c/index.html ! pirxx: http://sourceforge.net/projects/pirxx ** XMI file format --- 19,38 ---- work with the current table.dtd ! 2003 Apr 02: default parser seems to work, so the steps to install ! pirxx & xerces seem to be unnecessary. (But I'm leaving the section in ! just in case.) [Well, almost works, since the default xml parser ! couldn't find the table.dtd file without using a full URL instead of ! just a pathname] ! However the version of expat I was using didn't properly support ! entities with the XML files were using so I ended up using the ! xerces-c XML parser. ! ! A project called pirxx is providing the python wrapper for xerces-c. ! ! xerces-c: http://xml.apache.org/xerces-c/index.html ! pirxx: http://sourceforge.net/projects/pirxx ! END old instructions. ** XMI file format |