|
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: Thu Dec 22 15:13:31 EST 2011
|