Hello All,

Can anyone give me an ARIS SCRIPT thta will import an XML and parses it and stores the nodevalue to a hashmap

XML will be as below

<ROOT>

<NODE_1>xxxxxx<NODE_1>

<NODE_2>

        <NODE_2_1>value of 2-1<NODE_2_1>

</NODE_2>

<NODE_3>

       <ITEM>

                     <a>ddd</a>

                    <b>bbbb</b>

       </ITEM>

      <ITEM>

                  <a>ddd</a>

                  <b>bbbb</b>

      </ITEM>

</NODE_3>

</ROOT>

Regards,

Linda.

 or register to reply.

Notify Moderator