Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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