Importing Xml

critchsj

New Member
Hi i am trying to import an xml file to a progress db, has anyone else done this before, its i believe element based xml e.g

<Customer>
<fisrtname>Martin<\firstname>
<surname>Jones<\Surname>
<\Customer>

I can see basic ways of importing line by line and sorting it out that way, any advice would be welcome

Si
 
What version of Progress are you using?

Any version released in this century has a built-in XML parser. Depending on your goals and the support available in your version of Progress either the DOM or the SAX reader are probably your best bet.
 
Back
Top