Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to use xmlsax with QlikView

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?

0 Replies