SiteKiosk Documentation
One Step Back

SaveDocument Method




The SaveDocument method saves a xml file.


Syntax

    SiteKiosk.XML.SaveDocument(path, xmlobj)
Parameters
    pathString that specifies the path of the xml file.
    xmlobjIXMLDOMDocument object to save.
Return Value
    None.
Remarks
    None.
Examples
    The following example loads and saves a xml file.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    xmlDoc = SiteKiosk.XML.LoadDocument("c:/file.xml");
    SiteKiosk.XML.SaveDocument("c:/file.xml", xmlDoc);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to topVolver arriba

© 1997-2011 PROVISIO - Aventura, EEUU - Muenster, Alemania
Sitekiosk.es - Grupo24®, Madrid, España -