bool pugi::xml_document::parse ( char *  xmlstr,
unsigned int  options = parse_default 
)

Parse the given XML string in-situ. The string is modified; you should ensure that string data will persist throughout the document's lifetime. Although, document does not gain ownership over the string, so you should free the memory occupied by it manually.

Parameters:
xmlstr - readwrite string with xml data
options - parsing options
Returns:
success flag


Generated on Sun Jun 14 16:34:49 2009 for libzzub by  doxygen 1.5.7.1