T
Tobias Blass
Hi
I want to parse an XML-file kept in memory and found the two functions
xmlParseDoc and xmlParseMemory.
xmlDocPtr xmlParseDoc(const xmlChar *cur);
xmlDocPtr xmlParseMemory(const char *buffer,int size);
What exactly is the difference between these two functions?
I want to parse an XML-file kept in memory and found the two functions
xmlParseDoc and xmlParseMemory.
xmlDocPtr xmlParseDoc(const xmlChar *cur);
xmlDocPtr xmlParseMemory(const char *buffer,int size);
What exactly is the difference between these two functions?