Function operator[] from xml
Brief description
operator[](pool:XMLDataPool,key:String):String
Returns a string with the text value associated with the given address More ...
Function information
Name: | operator[] |
Base: | XMLDataPool |
Group: | XML plugins:XML data pool |
Icon: | system.png |
Color: | black |
Authors: | |
Copyright: |
Detailed description
Returns a string with the text value associated with the given address. Addresses are tags separated by ':'. If there is more than one subsequent tag with the same name, you can address it by a number followed by the tag, e.g. ':tag:subtag:1:subsubtag'.
Input parameters
-
pool:
XMLDataPool
- Instance of an XML pool.
-
key:
String
- Key address of the content.
Return values
-
Default return value:
String
- String value.