Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Retrieve tag and value in xml with scripting

edited May 15, 2017 5:00AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 7 commentsAnswered

Hi,

Please find xml structure from which I am trying retrieve the tag and its value.

TValue.xml

<A>

     <A.1>

          <A.2>

               <A.3/>

               <A.4>Test<A.4>

           <B>

          <C>

          <D>

I need to retrieve A.4(tag name) and its value(Test). I used

Inputs.GetChild(0).GetChild(0).GetProperty("A.4") and GetValue("A.4") to retrieve tag and values. I am not able to retrieve these all the time.

Thank you.


Regards

Deepu

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center