gnosis XML objectify

Stefan Behnel stefan.behnel-n05pAM at web.de
Tue Nov 27 04:15:09 EST 2007


Wang, Harry wrote:
> Test Suite Started @ 2007-11-26 11:34:46.617000
> Traceback (most recent call last):
>   File "C:\UDR2\UDRxmlGateway.py", line 370, in <module>
>     ParseAll()
>   File "C:\UDR2\UDRxmlGateway.py", line 286, in ParseAll
>     py_obj = gnosis.xml.objectify.XML_Objectify(InputFile).make_instance()
>   File "C:\python25\Lib\site-packages\gnosis\xml\objectify\_objectify.py", line 160, in make_instance
>     o = self.ParseFile(self._fh)
>   File "C:\python25\Lib\site-packages\gnosis\xml\objectify\_objectify.py", line 190, in ParseFile
>     self._myparser.ParseFile(file)
> xml.parsers.expat.ExpatError: not well-formed (invalid token): line 68, column 0

You XML input is broken. This is not a gnosis problem.

Look at line 68 in your XML file.

Stefan



More information about the Python-list mailing list