wwXMLState::SaveXML

Saves the XML content to a file.

Note that you can use LoadXML and SaveXML to directly load content into the XMLDOM and never indirectly use the cXML property for holding property content.

o.SaveXML(lcFileName)

Return Value

nothing

Parameters

lcFileName
The filename to save to. If the file exists it's overwritten. Note the file is written directly from the XMLDOM parser so the content is XML encoded using the default UTF-8 encoding.


See also:

Class wwXMLState

© West Wind Technologies, 2023 • Updated: 12/27/00
Comment or report problem with topic