[Gambas-devel] XML Component
Scott D. Harrison
scott at ...77...
Wed Oct 8 10:27:07 CEST 2003
Daniel,
I would keep the XML component separate from the networking component. Users
can then combine the two components at a higher level (BASIC) to build
XML+Networking applications.
Also, since the libxml2 library is rather large, I would implement just the
dozen or so most frequently used functions to start with. I think most
developers only use a small percentage of the libxml2 functions in their
projects. You can then add more functions over time as needed. This will
give Gambas users the ability to use a fairly robust XML component sooner
rather than later. I suggest starting with the functions used in the libxml
tutorial by John Fleck:
http://xmlsoft.org/tutorial/
Let me know how I can help.
Scott
On Wednesday 08 October 2003 11:09 am, Daniel Campos wrote:
> Hi Benoît (and company):
>
> By now, i'm writing a Serial Port class for networking component,
> and I'm planning a XML class(es) fully based on libxml2, which has
> a very friendly interface, and it's well tested. The question
> is the following:
>
> Networks and XML are very "mixed" today, so... should I create
> a different component (may be Gambas XML) or should I mix these
> new clasess into networking component?
>
> Ideas, please...
>
> Regards,
More information about the Devel
mailing list