functional overview
Convert dictionary to XML.
Details of Functions
subject (of taxation, etc.)Converts the dictionary specified in
Stores keys as tags and values as elements.
- note
- If the next "dictionary" is read, the "XML to be created" will be the result.
dictionarykey value root
key value an unknown 1 Y 2 z 3
1
2
3
If the following "dictionary" is loaded with "item" as the correction tag name, the "XML to be created" will be the result.
dictionarykey value root
key value 0
key value an unknown 1 Y 2 z 3
1
key value an unknown 10 Y 20 z 30
1
2
3
10
20
30
parameter
- argument (e.g. function, program, programme)
-
subject (of taxation, etc.) Dictionary (associative array)
Specify the target dictionary.Correction Tag Name character string data
Alternative tag name if the target dictionary key is empty or numeric
(default = item).
- return value
-
character string data
Returns the XML from which the dictionary was converted.