Hi,
The Libxml2 function xmlSAXUserParseMemory( ) does not allow the input parameter sax to be input as a NULL pointer but whereas the Libxml2 function xmlSAXUserParseFile( ) doesn’t have the check for the same, it copies the SAX pointer to the context even if it is NULL, is this behavior correct?
Thanks a lot in advance Regards Ashwin |