Needs work
Project:
XML parser
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 11:34 UTC
Updated:
13 Apr 2011 at 12:57 UTC
Hi
i had a problem with importing data from an xml, because aparently it wasn't formatted well, and there were some newlines in the data.
i've created a patch so that the parser removes newlines from the value, it was what fixed my problem, but i'm not sure if it's a fix for general use..
| Comment | File | Size | Author |
|---|---|---|---|
| xml_parser.patch | 718 bytes | 30equals |
Comments
Comment #1
greg.harveyWell certainly just removing newlines is not an acceptable fix for the main module. Could you not safely escape them or something like that?