2012/6/15 Ru Vuott <vu...@yahoo.it>

> Hello, Adrien,
>
> I communicated your report to our friend of italian forum. He answered
> (obviously he cannot updated and try rev.4829):
>
> ****
>
> Fixed not think so, because already there are obvious anomalies in the
> source.
>
>
Anomalies ? Where ?


> Now I'm trying to use XmlDocument instead of XmlReader / XmlWriter, and I
> think it also works if you have a completely different logic, but closer to
> other library other languages​​.
>
> I'm thinking that perhaps the idea of the developer is to eliminate the
> two classes XmlReader / Writer, in favor of further classes more dynamic ...
>


The idea is not to "eliminate" XmlReader and XmlWriter. For two reasons :

- They still can be very useful. The new XmlReader and XmlWriter are not
made for little documents (as said, the others are more dynamic), but they
are made for streams.
For example, you can "connect" a TCP socket to XmlReader and Writer, and
they will read/write the XML for you. Here is a little example with
XmlReader (the page is in french, but the program is in english) :
http://www.gambasforge.org/code-63-xmltalk.html.

- For compatibility reasons. Before the new gb.xml arrived, the
XmlDocument/XmlNode classes were very poor (unusable). So, everyone use
XmlReader and XmlWriter...



Regards,
Adrien.
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to