RE: [U2] [UD] XML levels question

2006-06-28 Thread Glen Batchelor
Doesn't U2 XML support SAX or DOM access to the document? I'm sure I remember reading something of that nature. IMHO, any direct XML parser that limits itself to 3 levels of nodes is not worth the memory and disk it takes to store it. :P Most of the live data formats I've worked with require

Re: [U2] [UD] XML levels question

2006-06-28 Thread Symeon Breen
The xml parser handles any number of levels - it is when you want to map that data back into a record, we are limited to attributes, values and subvalues. I have used the approach you mention of having two EXT files to solve this and have had it working fine. If you are not getting seperate

Re: [U2] [UD] XML levels question

2006-06-28 Thread Craig Bennett
Arthur, I have a Purchase Order XML file that I need to load into UniData, the problem is that it has 4 levels to it. I can read it to the SVM level (3) with the extraction file, but what do I do about level 4? I tried using two extraction files, one for the 'Header' information. And one