Re: [U2] XML Extraction -- Receiving XML Documents

2009-03-09 Thread Debra Fedchin
Please respond to u2-users@listserver.u2ug.org To cc Subject [U2] XML Extraction -- Receiving XML Documents I am trying to import an XML document following the examples given in the UniBasic Extension manual. I tried the method cited on page 6-17 of this manual using PrepareXML, Open

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-09 Thread Antoon Houben
, 2009 1:54 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] XML Extraction -- Receiving XML Documents Hi, Should work I will do a test later tomorrow if you are still stuck -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-07 Thread Symeon Breen
: [U2] XML Extraction -- Receiving XML Documents Sorry to bother you but I'm feeling pretty dense about extracting the Attributes from my XML string. I've tried several different things but nothing I try yields anything but empty values in my data string. (I am able to capture data from eve

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-07 Thread Steve Jones
Sorry to bother you but I'm feeling pretty dense about extracting the Attributes from my XML string. I've tried several different things but nothing I try yields anything but empty values in my data string. (I am able to capture data from everything in the XML file except the attributes.) Here i

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-06 Thread Steve Jones
o:owner-u2-us...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Friday, March 06, 2009 3:16 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] XML Extraction -- Receiving XML Documents Hi When you specify the field in the EXT it is the position of it relative to the start - so you don'

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-06 Thread Symeon Breen
wner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Jones Sent: 06 March 2009 00:47 To: u2-users@listserver.u2ug.org Subject: RE: [U2] XML Extraction -- Receiving XML Documents Here is the information I have so far. I have not yet determined how to pull the attributes "Lease" and "T

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-05 Thread Steve Jones
Here is the information I have so far. I have not yet determined how to pull the attributes "Lease" and "Type" from the Transaction node. I don't have a DTD. I've included my test program, the ext file and the xml file. Thanks, Steve PAGE 1Uni/Basic Thu Mar 5 11:28:23 2009 TEST.PA

RE: [U2] XML Extraction -- Receiving XML Documents

2009-03-05 Thread Symeon Breen
- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Steve Jones Sent: 05 March 2009 11:44 To: u2-users@listserver.u2ug.org Subject: [U2] XML Extraction -- Receiving XML Documents I am trying to import an XML document following the examples given in the

[U2] XML Extraction -- Receiving XML Documents

2009-03-05 Thread Steve Jones
I am trying to import an XML document following the examples given in the UniBasic Extension manual. I tried the method cited on page 6-17 of this manual using PrepareXML, OpenXMLData, etc and got successful status results at each step but I never saw any data. I tried using the XMAP API example

[U2] XML extraction problem

2008-06-19 Thread ericro
Trying to extract an XML file and I want to use the BY_NAME clause in the extraction map so I can load the data into different attributes (not in order) but it keeps failing. We're on Universe 10.2.4 Is this feature not supported? Any help would be appreciated. -- View this message in context:

Re: [U2] XML Extraction

2006-01-19 Thread Andy Pflueger
On 1/19/06, Symeon Breen <[EMAIL PROTECTED]> wrote: > I have seen something similar and it was to do with the XML in the > .EXT file being in upper case > > e.g > http://www.ibm.com/U2-xml";> > > should be > http://www.ibm.com/U2-xml";> > Actually, as snipped from the Unidata 7.1.0 readme.txt:

Re: [U2] XML Extraction

2006-01-19 Thread Symeon Breen
] > Sent: Monday, January 16, 2006 7:21 PM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] XML Extraction > > > Try this instead: > > http://www.informix.com/U2-xml";> > ... > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EM

RE: [U2] XML Extraction

2006-01-17 Thread Burwell, Edward
Still no worky. :-( -Original Message- From: Ross Craig [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 7:21 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] XML Extraction Try this instead: http://www.informix.com/U2-xml";> ... -Original Message- From

RE: [U2] XML Extraction

2006-01-16 Thread Ross Craig
Try this instead: http://www.informix.com/U2-xml";> ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burwell, Edward Sent: Monday, January 16, 2006 2:29 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] XML Extraction I am on Uni

[U2] XML Extraction

2006-01-16 Thread Burwell, Edward
I am on UniData 6.1 (AIX) and I have an XML doc that I would like to extract data from and it looks like this: 12345 EX-50 12/14/2004 ESS123456 Approved ESS1234 90.50 Credit Card

[U2] XML extraction file

2004-12-28 Thread Ross Craig
Could someone please help me with the XPath syntax for extracting an element from an xml file with a particular attribute value? The xml data file has several different comments elements in it and I would like to extract each one into the dynamic array that the rest of the xml file is extracted in