thomas037 / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

When writing out results, xml special characters are not escapped #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Score a data set whose elements have special xml characters (&, <, >, etc)
2. They are escaped when read in, but not when they are written to the scoring 
report
3. The scoring report has an xml format and this breaks the formatring

What is the expected output? What do you see instead?

All special characters need to be escaped.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by collinbe...@gmail.com on 23 May 2011 at 6:38

GoogleCodeExporter commented 8 years ago
fixed.
This is in trunk
see pmmlBaseline.py and pmmlConsumer.py

Original comment by collinbe...@gmail.com on 3 Jun 2011 at 3:00