parsing XML

Posted by HachDev on 04-Mar-2015 10:09

How can i parse an xml file like this : 

<?xml version="1.0" ?>
<od>
<od_entity>aa</od_entity>'
<od_id>aa</od_id>
<od_ref>aa</od_ref>
<od_type>aa</od_type>
<od_part>aa</od_part>

to read a value of a tag ??

All Replies

Posted by Brian K. Maher on 04-Mar-2015 10:12

 
Hi Hachdev,
 
You should take a look at the documentation on the DOM or SAX parser.
 
Sincerely, Brian Maher
 
 
 
 

Posted by Kandavel Elangovan on 04-Mar-2015 12:08

Check this KB entry:

http://knowledgebase.progress.com/articles/Article/P157414

On Wed, Mar 4, 2015 at 9:42 PM, Brian K. Maher
wrote:
> RE: parsing XML
> Reply by Brian K. Maher
>
> Hi Hachdev,
>
> You should take a look at the documentation on the DOM or SAX parser.
>
> Sincerely, Brian Maher
>
>
>
>
> Stop receiving emails on this subject.
>
> Flag this post as spam/abuse.

Posted by gabriel.lucaciu on 06-Mar-2015 11:02

To understand the good KB article provided by Kandavel you can check out:

documentation.progress.com/.../dvxml.pdf

Have a great day !

This thread is closed