Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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