Re: [XML-SIG] xml.sax._exceptions.SAXParseException

2005-11-11 Thread FURLONG -, LAURA INES
@python.org Subject: Re: [XML-SIG] xml.sax._exceptions.SAXParseException FURLONG -, LAURA INES wrote: > When I try to parse an xml file I get the following error: > > > File "", line 1, in ? > File "/usr/lib/python2.3/site-packages/_xmlplus/sax/expatrea

Re: [XML-SIG] xml.sax._exceptions.SAXParseException

2005-11-10 Thread Mike Brown
FURLONG -, LAURA INES wrote: > When I try to parse an xml file I get the following error: > > > File "", line 1, in ? > File "/usr/lib/python2.3/site-packages/_xmlplus/sax/expatreader.py", line > 109, in parse > xmlreader.IncrementalParser.parse(self, source) > File "/usr/lib/python2.3/

[XML-SIG] xml.sax._exceptions.SAXParseException

2005-11-10 Thread FURLONG -, LAURA INES
Hi, When I try to parse an xml file I get the following error: File "", line 1, in ? File "/usr/lib/python2.3/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse xmlreader.IncrementalParser.parse(self, source) File "/usr/lib/python2.3/site-packages/_xmlplus/sax/xmlreader.py