Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlSaveFile

Name Version Deprecated
xmlSaveFile version 1.0 no

Prototype:
number xmlSaveFile(string filename, number doc)

Parameters:
filename      the filename (or URL)
doc      the XML document handle

Description:
Dump an XML document to a file. Will use compression if compiled in and enabled. If filename is "-" the stdout file is used.

Returns:
Returns the number of bytes written or -1 in case of failure.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software