[Gambas-user] Question about XML

Adrien Prokopowicz adrien.prokopowicz at ...626...
Sat Jun 29 19:10:17 CEST 2013


Le Thu, 20 Jun 2013 13:29:13 +0200, Charlie Reinl <Karl.Reinl at ...9...>  
a écrit:

> Salut Adrien,
>
> "Article :\ngreen peppers\ntinned tomatoes"
>
> this text saved with
>
> xml.Attribute("Text", "Article :\ngreen peppers\ntinned tomatoes")
> where xml is a XmlWriter
>
> the old XMLLib sorted thet
>
> Text="Article :
green peppers
tinned tomatoes"
>
> the new XMLLib saves it like
> Text="Article :
> green peppers
> tinned tomatoes"
>
> Now my question: is it a bug, or was it a bug.
> Just to know who makes the changes, you for all, or me in my project.
>
> Thanks anyway
>
>

Hi Charlie,

It is actually a bug inside gb.xml (a newline must be serialized to  

), I will take a look at it.

And sorry again for response time, I had tons of work these weeks.

Regards,

-- 
Adrien Prokopowicz




More information about the User mailing list