xmlDocFormatDump
Description:
public int xmlDocFormatDump (
Output output,
Doc cur,
string? encoding,
bool format)
Dumps the document cur into output.
Parameters:
| output |
Output
|
| cur |
xmlDocPtr
|
| encoding |
The encoding to use.
|
| format |
true to reformat the output.
|
Returns:
|
status from xmlSaveFormatFileTo.
|