|
xmlDoc's can be written to a file with xmlTreeSaveDoc(), or
converted to text with xmlTreePrintDoc().
EXAMPLE
<$ret = (xmlTreeSaveDoc($doc, 'output.xml'))>
<$output = (xmlTreePrintDoc($doc))>
output is $output
SEE ALSO
xmlTreePrintDoc,
xmlTreeSaveDoc
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|