[Gambas-user] xml.save()
Antonio Carlos Siqueira
acgs1306 at ...494...
Tue Jul 10 20:06:57 CEST 2012
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
More information about the User
mailing list