Openedge - Read XML from URL

Status
Not open for further replies.
C

Corwin

Guest
I need to read XML file from an URL. I have no problems if the file is physically present. Then i parse it using the SAX reader.

Now i need to read a XML file from an URL - twice.

First time in need to get it from http://someurl/paging$1,1 , then extract value from total-items in the head of the document.

After that I need to get the XML from the same url , only with last 1 replaced with value from total-items . This way i get all the items that are available for me.

Now I'm stumped already at the beginning. How do I make progress to read XML from URL ? I see there is an option with READ-XML(), but that one stores it in temp-tables.

Using Progress Openedge ver. 11

Continue reading...
 
Status
Not open for further replies.
Top