Updates:
Status: Done
Owner: mikko.ko...@gmail.com
Cc: pekka.klarck
Comment #1 on issue 937 by pekka.klarck: Generating logs and reports fails
with Jython if crimson.jar is in CLASSPATH
http://code.google.com/p/robotframework/issues/detail?id=937
This issue was updated by revision a9214b6d5e76.
It seems that Crimson is namespace-aware by default and uses startElementNS
and endElementNS instead of startElement and endElement. We tried
configuring
the parser to be non-namespace-aware but failed. Implementing the NS methods
seemed to be the easiest solution.