Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

help me any one how to access following XML structure

Avatar

Level 1

<users>

<user dept id="HR">

     <user>

          <fname>mm</fname>

          <email>mm_it@gmail.com</email>

     </user>

     <user>

          <fname>sss</fname>

          <email>sss_it@gmail.com</email>

     </user>

</dept>

<user dept id="Finance">

     <user>

          <fname>ffff</fname>

          <email>fff_it@gmail.com</email>

     </user>

     <user>

          <fname>www</fname>

          <email>www_it@gmail.com</email>

     </user>

</dept>

</users>

this my xml file i want dispaly HR user and his email in data grid as some thing for finance......... this all under using tab navigator if i press HR tab it display HR section all user  name and mail id & if press Finance tab it show all finance user name and his mail id using data grid

3 Replies

Avatar

Former Community Member

I created a sample for you. It looks like the attachment capability is back. If you do not get the file, post your email address and I will email it to you. I also had to modify your XML structure slightly .....I have included my sample data file as well.

Paul

Avatar

Level 1

<users>

<user dept id="HR">

     <user>

          <fname>mm</fname>

          <email>mm_it@gmail.com</email>

     </user>

     <user>

          <fname>sss</fname>

          <email>sss_it@gmail.com</email>

     </user>

</dept>

<user dept id="Finance">

     <user>

          <fname>ffff</fname>

          <email>fff_it@gmail.com</email>

     </user>

     <user>

          <fname>www</fname>

          <email>www_it@gmail.com</email>

     </user>

</dept>

</users>

i  cant understand your example i need the coding in FLEX Application

this my xml file i want dispaly HR user and his email in data grid as some thing for finance......... this all under using tab navigator if i press HR tab it display HR section all user  name and mail id & if press Finance tab it show all finance user name and his mail id using data grid in flex application

Avatar

Former Community Member

Sorry my mistake ....I thought you were building a PDF form not a guide. One last question before I try it again....are you using LiveCycle 8.2.1 or ES2?

Paul