mpf:xml | importas=treelib

 | this lets you create a tree, containing one or more (sub-)libraries |
Accessing Variables
use token-structure as shown below to display a list of all xml-tags in tree-library or lookup a values of a specific xml-tag


 |  |  |
 |
/ | [name]  | |
you may lookup values from list by "name"-attribute ([myattrib])
|
|| | count | |
use this parameter to count number of items in list (a list/array will not be initialized)
|
|| | recs=[number] | |
this parameter is for use of integrated page partitioning. in combination with "count"-parameter token will return number of pages
|
|| | page=[number] | |
use this parameter to access pages if "recs"-parameter is set to restrict number of records per page
|
|  |  |  |  |
|