[ 
http://issues.apache.org/jira/browse/DDLUTILS-31?page=comments#action_12331890 
] 

Alexandre Borgoltz commented on DDLUTILS-31:
--------------------------------------------

IMVHO, this bug together with DDLUTILS-30 (encoding troubles) raises the need 
for a real XML handling instead of the current manual stuff.
Digester is used for XML reading.
Maybe this could be refactored using XmlBeans for reading AND writing... this 
would let the programmer delegate the xml stuff to the tool and don't bother 
with it, and letting others [the xmlbeans in this case] maintain that part...

> Generated XML data dump is invalid
> ----------------------------------
>
>          Key: DDLUTILS-31
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-31
>      Project: DdlUtils
>         Type: Bug
>  Environment: any
>     Reporter: Alexandre Borgoltz
>     Assignee: Thomas Dudziak

>
> in DataWriter, data is not "xml-escaped" before it is written to the xml file.
> This makes invalid files. 
> Typically, a '&' character like in "Heaven&Hell" should be escaped to 
> "heaven&Hell".
> idem for <, >, ....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to