$Id: openstr.html,v 1.9 1999/07/24 22:04:05 francis Exp $
doxml_context* doxml_open_string(const char* str,
int free_str_after_parsing);
doxml_open_string() is used to parse a string.
It returns a context that can be
passed to doxml_parse().
The second parameter, free_str_after_parsing,
indicates whether the string should be free()d when the
context is
passed to doxml_close().