[xml] xmlParseFile



Given this url

char* url = "http://xxx.xx.it:8080/abin/search?n=20&s=10&q=cai%23body=1$url$body$title&t=ser";;

I call

docind = xmlParseFile(url);

and this is the message I obtain in the error log:

http://xxx.xx.it:8080/abin/search?n=20&s=10&q=cai%23body=1$url$body$title&t=ser: error: Space required after 
the Public Identifier

The url that xmlParseFile print is not escaped!!!

Is the escape made internally?

If I try to escape the url with some function (for example ap_escape_url ) before xmlParseFile then it  
unescapes it. Is it possible?  


--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]