From: Martin v. L. <lo...@us...> - 2000-12-06 20:19:18
|
Update of /cvsroot/py-howto/pyhowto In directory slayer.i.sourceforge.net:/tmp/cvs-serv28906 Modified Files: xml-howto.tex Log Message: Synchronize with 1.7 of xml-howto in PyXML. Index: xml-howto.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/xml-howto.tex,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** xml-howto.tex 2000/10/07 22:17:42 1.8 --- xml-howto.tex 2000/12/06 20:19:15 1.9 *************** *** 635,639 **** \module{xml.dom.ext.reader.Sax2}, which provides the functions \function{FromXmlStream}, \function{FromXml}, \function{FromXmlFile}, ! and \function{FromXmlFile} which will construct a DOM tree from their input (a file-like object, a string, a file name, and a URL, respectively). They all return a DOM \class{Document} object. --- 635,639 ---- \module{xml.dom.ext.reader.Sax2}, which provides the functions \function{FromXmlStream}, \function{FromXml}, \function{FromXmlFile}, ! and \function{FromXmlUrl} which will construct a DOM tree from their input (a file-like object, a string, a file name, and a URL, respectively). They all return a DOM \class{Document} object. |