XmlTree
XmlTree is a console tool for converting XML files into a compact binary format, which is transparent for the engine.
To invoke XmlTree, run xmltree_x86.exe (in Windows) or xmltree_x86 (in Linux) from a command-line console (the 64-bit version has x64 postfix).
Command Line Options
Clipmap recognizes the following command line options:
- -o NAME — name of the output file.
- -b — convert a XML file into the binary format.
Usage
The syntax for Windows is:
xmltree_x86.exe OPTIONS FILE
The syntax for Linux is:
xmltree_x86 OPTIONS FILE
Examples
Create ASCII XML from binary XML file:
xmltree_x86 file.xml
Create binary XML from ASCII XML file:
xmltree_x86 -b file.xml
Last update: 03.07.2017
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter