Re: [U2] [UV] XML Parser

2011-02-25 Thread Symeon Breen
that library. Hopefully your pearl/python comes with a new rebuild xml library. From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Perry Taylor Sent: 24 February 2011 13:23 To: U2 Users List Subject: Re: [U2] [UV] XML Parser Thanks to everyone

Re: [U2] [UV] XML Parser

2011-02-24 Thread Perry Taylor
Thanks to everyone who offered their suggestions. The xpath command-line executable which ships with the perl XML::XPath package looks promising for my needs. Perry -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

Re: [U2] [UV] XML Parser

2011-02-23 Thread George Gallen
There is always the XML parsing module for PERL, that will take an XML file and parse it into an array type structure. It's fairly quick, and any perl programs would pretty much run under windows or *nix since the modules are available for both platforms. George -Original Message-

Re: [U2] [UV] XML Parser

2011-02-23 Thread Manu Fernandes
Hi, For big interchange, we use Altova MapForce, - you build xml mapping from/to other structure in wyswyg, - MapForce build a java jar Library you can deliver as free runtime executable . - you start java ... from uv -- the source can be a sql source, a text file, ... -- the result can be

Re: [U2] [UV] XML Parser

2011-02-23 Thread Steve Romanow
On 2/23/2011 8:49 AM, Perry Taylor wrote: Can someone recommend an XML parser to run on RHEL? I'm tired of fighting trying to get the XML support in BASIC to work. Any suggestions? Thanks. Perry Taylor Zirmed, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is

Re: [U2] [UV] XML Parser

2011-02-23 Thread George Gallen
Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, February 23, 2011 10:07 AM To: U2 Users List Subject: Re: [U2] [UV] XML Parser I like the lxml python module. I use it frequently. http

Re: [U2] [UV] XML Parser

2011-02-23 Thread Steve Romanow
some XML project in mind. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, February 23, 2011 10:07 AM To: U2 Users List Subject: Re: [U2] [UV] XML Parser I like the lxml python

Re: [U2] [UV] XML Parser

2011-02-23 Thread Steve Romanow
some XML project in mind. George -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Steve Romanow Sent: Wednesday, February 23, 2011 10:07 AM To: U2 Users List Subject: Re: [U2] [UV] XML Parser I like the lxml python

Re: [U2] [UV] XML Parser

2011-02-23 Thread Tony Gravagno
From: Perry Taylor Can someone recommend an XML parser to run on RHEL? I'm tired of fighting trying to get the XML support in BASIC to work. Any suggestions? I recommend you look in the open market (FOSS/commercial) for software that satisfies your business and technical requirements. You

Re: [U2] UV XML

2008-10-09 Thread Dave Taylor
] To: u2-users@listserver.u2ug.org Sent: Wednesday, October 08, 2008 9:43 PM Subject: RE: [U2] UV XML Hi David, Not a problem. I've posted the code into the knowledge base at this location: http://212.241.202.162/kb/kbview.wsp?id=15 Cheers, Dave. -Original Message- From: [EMAIL PROTECTED

RE: [U2] UV XML

2008-10-08 Thread Robert Porter
It's working. Thanks all! Especially David who gave me very nicely done code that was almost ready to drop into place. Less than an hour later and it's running, and am just tweaking some of the data. Thanks, Robert David Webster [EMAIL PROTECTED] 10/7/2008 11:42 PM Hi Robert, I've

RE: [U2] UV XML

2008-10-07 Thread David Webster
Hi Robert, I've sent you an email with more code (a little lengthy to post here). Basically using the following xdom functions: XDOMOpen() XDOMLocate() XDOMLocateNode() XDOMGetAttribute() XDOMGetNodeValue() Hopefully this will help you out. Cheers, Dave.

RE: [U2] UV XML

2008-10-06 Thread Israel, John R.
Do an index on SA to find the beginning position, then an index on /SA to find the end. Extract that info (i.e. CHUNK = REC[START.POS, ((END.POS-START.POS) + 1)] Change all AR to @FM:AR . Rip out everything before the first AR and the last /AR so you only have an array of the sub-data.

RE: [U2] UV XML

2008-10-06 Thread Robert Porter
I could parse it out myself without a problem. UV does have XML extensions and I was attempting to use those tools. Israel, John R. [EMAIL PROTECTED] 10/6/2008 12:14 PM Do an index on SA to find the beginning position, then an index on /SA to find the end. Extract that info (i.e. CHUNK =

RE: [U2] UV XML

2008-10-06 Thread Symeon Breen
but the ! marks inbetween attributes are not liked. You also seem to have two charset declarations. Rgds Symeon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Porter Sent: 06 October 2008 18:59 To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2

RE: [U2] UV XML

2008-10-06 Thread Robert Porter
also seem to have two charset declarations. Rgds Symeon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Porter Sent: 06 October 2008 18:59 To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] UV XML I could parse it out myself without a problem

Re: [U2][UV] XML Extraction

2007-01-03 Thread Symeon Breen
Hi Stewart the xpath notation would be ORDERS/@CUSTOMER to take the CUSTOMER attribute of the ORDERS element. On 03/01/07, Mitchell, Stewart [EMAIL PROTECTED] wrote: Hi All, Does anyone how to extract data from an xml file using attributes. This works for elements but I don't know the

RE: [U2][UV] XML Extraction

2007-01-03 Thread Mitchell, Stewart
= 9688455/ /ROOT Stewart Mitchell Manager, Business Systems Symbion Pharmacy Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen Sent: Thursday, 4 January 2007 5:12 To: u2-users@listserver.u2ug.org Subject: Re: [U2][UV] XML Extraction

RE: [U2][UV] XML Extraction

2007-01-02 Thread Jeff Marcos
Try using the 1. PrepareXML(XML/:XML.KEY,XML_HANDLE) 2. OpenXMLData(XML_HANDLE,XML.EXT,XML_DATA_HANDLE) 3. ReadXMLData(XML_DATA_HANDLE,rec) 4. CloseXMLData(XML_DATA_HANDLE) 5. ReleaseXML(XML_HANDLE) XML.EXT = the extraction map Rec = the extracted data

Re: [U2][UV] XML DOM

2006-07-27 Thread Symeon Breen
Hi Perry, If you are talking the EXT file then the things to be careful of are the starting point in the xml tree as defined by the start property and where to place the , to denote MV and SV extraction. If you are talking the DOM then it may be good to have a look at the xml in some sort of DOM

RE: [U2][UV] XML DOM

2006-07-27 Thread Perry Taylor
Symeon, What are the spurious problems when using utf-8 encoding? Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen Sent: Thursday, July 27, 2006 4:08 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2][UV] XML DOM Hi Perry, If you

RE: [U2][UV] XML DOM

2006-07-27 Thread Perry Taylor
Thanks, Clif. That gave me some ideas. Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clifton Oliver Sent: Wednesday, July 26, 2006 11:00 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2][UV] XML DOM I found the documentation to be, um

Re: [U2][UV] XML DOM

2006-07-27 Thread Symeon Breen
Subject: Re: [U2][UV] XML DOM Hi Perry, If you are talking the EXT file then the things to be careful of are the starting point in the xml tree as defined by the start property and where to place the , to denote MV and SV extraction. If you are talking the DOM then it may be good to have a look

RE: [U2][UV] XML DOM

2006-07-27 Thread Perry Taylor
Hrm, very interesting. I'll have to watch out for that. Thanks! Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Symeon Breen Sent: Thursday, July 27, 2006 12:48 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2][UV] XML DOM Hi Perry, Using

Re: [U2][UV] XML DOM

2006-07-26 Thread Clifton Oliver
I found the documentation to be, um, challenging, also. You can download a PDF of my slides of my U2 XML introduction presented at the 2006 International Spectrum Conference in Long Beach at this url: http://www.oliver.com/Spectrum2006/U2_xml.pdf Hope that helps. -- Regards, Clif

RE: [U2] [UV] xml and socket functions

2005-01-18 Thread Brian Leach
They are in the UniVerse Basic Extensions manual in the online PDF documentation. Blink and you'll miss it. IBM have been a lot better at adding new facilities to UniVerse than they have been at telling anybody they are there. Brian -Original Message- From: [EMAIL PROTECTED]