libxml2 documentation


 
Thread Tools Search this Thread
Top Forums Programming libxml2 documentation
# 1  
Old 11-01-2009
libxml2 documentation

i need to read/write a xml file in c

i found libxml2, but the documentation is awfull,
im using google but i get most of vb, or c# results

can anyone point me to a introduction tutorial?

actually, any kind of documentation would be ok (just not the oficial The XML C parser and toolkit of Gnome )

thanks
# 2  
Old 11-02-2009
Have you looked at the code examples Libxml2 set of examples They cover most of the APIs. However you are expected to be familiar with DOM.
# 3  
Old 11-02-2009
I have used the C libxml2 library and it's easy. I think that if you see the different examples included in the tar file, you can do it.

Note: You should be careful with the differences (versions) between the library installed in your system and the library you download (if you do it).
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Which version of libxml2?

What method do you use to find out what version of libxml2 one uses on Linux? I have tried the following: $ libxml2 -v libxml2: command not found $ libxml2 --version libxml2: command not found $ which libxml2 $ There is however a /usr/lib/libxml2.so.2.7.5. (1 Reply)
Discussion started by: figaro
1 Replies

2. Ubuntu

libxml2-dev

Hi again, I use Ubuntu 8.10. I could not install xml-config. Although libxml2-dev is installed, ./configure cannot find xml-config. Help me out please... apprentice (7 Replies)
Discussion started by: apprentice
7 Replies

3. SuSE

Trying to install libxml2-2.6.31.tar.gz on opensuse 11.0.

Hi I am having the exact same problem. Trying to install libxml2-2.6.31.tar.gz on opensuse 11.0. Opened in terminal and am able to configure and make without any problem. But encounter the following error during make install... --------------------------------------------------------- Making... (1 Reply)
Discussion started by: ravisvp
1 Replies

4. Programming

libxml2

hi all is libxml2 version dependent? can you please explain about it. thank you in advance (2 Replies)
Discussion started by: munna_dude
2 Replies
Login or Register to Ask a Question