Hi, i was working with the nice new xml plugin for a dialog system and
found that with XPath queries.
this: /node/node[1] does work.
but this: /node/node[variable] does not.
dl.dropbox.com/u/10491226/xml_xpath_variable.capx
Develop games in your browser. Powerful, performant & highly capable.
Im very sorry,
this is not a bug.
it works like "/node/node["&variable&"]"