F
Francesco Moi
Hi.
I would like to parse a remote Internet XML document
(http://www.foo.com/foo.xml) by using 'Libxml2'
(http://www.xmlsoft.org/).
I created a program to parse a local document, but
I'm unable to parse this remote doc.
$ my_program foo.xml --->OK
$ my_program http://www.foo.com/foo.xml ---> DOES NOT WORK
Any suggestion?
Thank you very much.
I would like to parse a remote Internet XML document
(http://www.foo.com/foo.xml) by using 'Libxml2'
(http://www.xmlsoft.org/).
I created a program to parse a local document, but
I'm unable to parse this remote doc.
$ my_program foo.xml --->OK
$ my_program http://www.foo.com/foo.xml ---> DOES NOT WORK
Any suggestion?
Thank you very much.