XML consistancy

geoffconnolly

New Member
Hi Silly request Really
I am using XML with Progress
and one of the receipients of the XML file is parsing the file as if its a flat file (dont ask)
Anyway the output when i write the document is not consistent.
by this i mean the sub nodes do not all appear in consistant order
This is fine if some one is reading an XML document correctly
but some people have to be awkward
Is this a feature of progress XML or is there anything i can do.

Geoff
 

dgentile

New Member
Try a temp table and make sure your looping though the chid nodes correctly
There might be unexcpeted character throwing the whole thing of - missing <>
 
Top