Hello,

There are some bad Xml characters in the planet:

<tag k="name" v="&#24;&#22;Meycauayan City Northbound Entry Point

Does anyone perhaps know how to get libxml to either not detect these
errors, or how to continue after parsing them ?

I can catch them with my own handler, but I can't see a clear error function.
void HandleXmlErr (void *, const char *msg, xmlParserSeverities,
xmlTextReaderLocatorPtr)
{
  fputs (msg, stderr);
}
...
  xmlTextReaderSetErrorHandler (xml, HandleXmlErr, NULL);

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to