Back to Misc PlugITs content page

"XML reader" PlugIT

The "XML reader" PlugIT allows to get the information from a XML file following a template XML file describing the structure and the data names of the file to read.

 

Parameters

1

Template file. You can find an exemple in Openspace3D/assets/template/viewer_archeo/data.

2

XML file to read.

3

Load the file on application startup.


 

Event

Loaded

Triggered when the XML file is loaded.

Formatted text

Sends a formatted text containing every informations of the XML file. Triggered by the "Get formatted text" action.

tag1,
tag1.tag2,
tag1.tag2.tag3 ...

Sends the information correcponding to the tag name. Triggered at the end of the file loading.


 

Action

Get formatted text

Gets the formatted text containing every informations of the XML file (by the "Formatted text" event).

Load file

Loads the XML file.