[Gambas-user] xml.save()

Adrien Prokopowicz adrien.prokopowicz at ...626...
Tue Jul 10 20:19:52 CEST 2012


Hi Antonio,

Can you provide a little project that reproduces the bug ?

Regards,
Adrien.

2012/7/10 Antonio Carlos Siqueira <acgs1306 at ...494...>

> Hi to all,
>
> I'm using xml to save some data in my aplication.
> every Myxml.save() used gambas put blanks before and after de data.
>
> like this:
>
> <! bla bla bla>
> <root>
>      <thing>
>          "A string"
>      </thing>
> </root>
>
> first save:
>
> <! bla bla bla>
> <root>
>      <thing>
>
>          "A string"
>
>      </thing>
> </root>
>
> second save:
>
> <! bla bla bla>
> <root>
>      <thing>
>
>
>          "A string"
>
>
>      </thing>
> </root>
>
> 3th
>
> <! bla bla bla>
> <root>
>      <thing>
>
>
>
>          "A string"
>
>
>
>      </thing>
> </root>
>
> ok, you see...
>
> how can I stop or change this?
> Thanks.
> AC
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list