rapidxml
|
Parses zero-terminated XML string according to given flags. Passed string will be modified by the parser, unless rapidxml::parse_non_destructive flag is used. The string must persist for the lifetime of the document. In case of error, rapidxml::parse_error exception will be thrown.
References xml_node< Ch >::append_node(), xml_node< Ch >::remove_all_attributes(), and xml_node< Ch >::remove_all_nodes(). |