[XML-SIG] 'searching' XML documents to extract 'chunks' of XML

Tony McDonald tony.mcdonald@ncl.ac.uk
Fri, 12 Mar 1999 14:40:59 +0000


>> from xml.dom import utils
>> reader = utils.FileReader('foo.xml')
>> reader.document is then the root of the DOM tree.
>
> There doesn't seem to be a utils.py in the DOM distribution of XML-0.5...
>

My fault. It's in the CVS distribution, not the 0.5 tarball.
tone