Yeah, looks like the XML fixture file is not a well-formed XML document.
On Wed, Aug 13, 2014 at 6:56 PM, Jerry Chen <[email protected]> wrote: > > On Aug 13, 2014, at 11:54 AM, Jesus arteche <[email protected]> > wrote: > > > File "/usr/lib/python2.6/xmlrpclib.py", line 601, in feed > > self._parser.Parse(data, 0) > > ExpatError: mismatched tag: line 37, column 18 > > Based on this stack trace, whichever XML file you are trying to parse is > broken on line 37, column 18. > > Jerry > >
