
functions
files
intro
|
|
XML |
modules/XML.ycp |
XML routines |
|
|
|
global xmlCreateDoc (symbol doc, map docSettings) -> void
|
|
define a new doc type with custom settings, if not defined, global settings will
be used.
- Parameters:
global YCPToXMLFile (symbol docType, map contents, string outputPath) -> boolean
|
|
YCPToXMLFile()
Write YCP data into formated XML file
- Parameters:
docType |
|
contents |
a map with YCP data |
outputPath |
the path of the XML file |
- Return value:
global XMLToYCPFile (string xmlFile) -> map<string, any>
|
|
Read XML file into YCP
- Parameters:
xmlFile |
XML file name to read |
- Return value:
|