This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

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:

Shell commands
xmltree_x86.exe OPTIONS FILE

The syntax for Linux is:

Shell commands
xmltree_x86 OPTIONS FILE

Examples

Create ASCII XML from binary XML file:

Shell commands
xmltree_x86 file.xml

Create binary XML from ASCII XML file:

Shell commands
xmltree_x86 -b file.xml
Last update: 2017-07-03
Build: ()