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

Load content according to sibling attribute from XML

Hi

I'm trying to load contents (firstName, familyName) only if (extension="cip12").

code:

.

.

  <human>

       <id extension="cip12" root="2.16.724"/>

       <Man>

            <name>

                 <given>firstName</given>

                 <family>familyName</family>

            </name>

       <Man>

  <human>

......

.....

How can I do that?

0 Replies