collab-uniba / econference-planning-poker-plugin

Automatically exported from code.google.com/p/econference-planning-poker-plugin
0 stars 0 forks source link

User story import fails when text contains reserved XML chars #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To fix this we need to escape reserverd XML chars, converting, for instance:

& -> &
< -> &lt;
> -> &gt;

and so on.

Original issue reported on code.google.com by calefato.uniba@gmail.com on 21 Jan 2011 at 11:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r284.

Original comment by calefato.uniba@gmail.com on 21 Jan 2011 at 12:09