[xml] xmlIO
- From: spinmar interfree it ()
- To: xml gnome org
- Subject: [xml] xmlIO
- Date: 7 Nov 2002 09:40:59 -0000
Hi all,
I'm trying to use xmlIO to take and parse a xml source.
The address I have to call is:
http://www.xxx.com/pippo?q=no_dtd&r=query
This address answers with a xml file I have to parse and exstract the informations.
My idea is to use xmlIO to call and parse this source.
So reading the documentation and xmlIO interfrace, I have tried:
.......................
void* context;
context = xmlIOHTTPOpen(uri);
if (context == NULL) {
return 0;
}
buf = (char*) ap_palloc(r->pool,5000);
res = xmlIOHTTPRead(context, buf, 5000);
fprintf(stderr,"Buffer: %s\n", buf);
xmlIOHTTPClose(context);
...........................
But Ialways get res=0 and the buf is empty.
Fron the source I have read that the read gives 0 when the connection is closed but I don't understand why
the buf is empty.
Can you explain me?
Thanks
--Marco
-----------------------------------------------------
Salve, il messaggio che hai ricevuto
è stato inviato per mezzo del sistema
di web mail interfree. Se anche tu vuoi
una casella di posta free visita il
sito http://club.interfree.it
Ti aspettiamo!
-----------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]