Avatar

Level 4

Hello I have the following xml file loaded into a pdf

my xml file is structured in this way:

<root>

     <list>

          <field code="A">

               <field1 code="100"  />

          </field>

          <field code="B">

               <field1 code="200"  />

          </field>

     </list>

</root>

In the first drop downlist I was able to load the field values ​​(A, B, etc.)

  following this tutorial: http://forms.stefcameron.com/2006/07/29/dynamic-properties/

works well

the problem I have now is how do I load in a second drop downlist, the values (100, 200) ​​from the xml file according to the choice made before?