Function
Purplemarkup_html_to_xhtml
since: 2.0
Declaration [src]
void
purple_markup_html_to_xhtml (
const char* html,
char** dest_xhtml,
char** dest_plain
)
Parameters
html
-
Type:
const char*
The HTML markup.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. dest_xhtml
-
Type:
char**
The destination XHTML output.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. dest_plain
-
Type:
char**
The destination plain-text output.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.