How to use xmlsax with QV? I don't find examples in the help files.
I have simple xml:
<nodes>
<node>1</node>
<node>2</node>
<node>3</node>
</nodes>
and i try to read the node-values with:
Load node FROM test.xml (XmlSax, ansi, Pattern [//node] );
I get no errors, but my node-field is empty. Is "pattern" an xpath-pattern or not?