Re: XML Data over Internet



On Sun, 2004-05-09 at 22:30 +0300, Milen Dzhumerov wrote:
> Hello everybody,
> 
> I am writing a program for GNOME that should use a information from a 
> xml or plain file.For example,I have the file 
> www.somedomain.com/somefile.xml or www.somedomain.com/somefile.txt and 
> want to get the contents.How can I do this in C++ and are there any 
> gnome libraries for xml processing ? And can I use a library to connect 
> to internet and get the contents and not messing with the low-level 
> sockets ? :)

A few seconds on Google would answer these questions for you. ;-)
libxml2 is the standard GNOME XML library (standard almost everywhere
that's not GNOME these days, too), and there is a C++ wrapper called
libxml++.  There are also tons and tons of networking C++ libraries.  I
don't know if there is a gnome-vfs C++ wrapper or not.  Of course,
absolutely nothing stops you from just using the C APIs in your C++
code.

> 
> Thanks in advance
> _______________________________________________
> gnome-devel-list mailing list
> gnome-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-devel-list
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]