Vani, Your XML, as presented, is malformed. That is why you cannot read it. It should be something like this:
<SHIPDATE>08/08/2008</SHIPDATE> <TRACKINGID>74186</TRACKINGID> <TRACKINGNUMBER>1234567890<TRACKINGNUMBER/> or this: <TRACKINGNUMBER> <SHIPDATE>08/08/2008</SHIPDATE> <TRACKINGID>74186</TRACKINGID> <TRACKINGNUMBER/> In the first case, the tracking number would be a discreet data element, in the second case, the tracking number would be made up of shipdate and trackingid. Art Douglas Lead Consultant Blackwater Network (877) 464-8915 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of vanirams05 Sent: Saturday, October 18, 2008 4:45 AM To: [email protected] Subject: [EDI-L] Unable to read XML file in GXS Hi, I am trying to map XML data to EDI using GXS AI server 5.0.But i am unable to read whole input. The input data looks like <SHIPDATE>08/08/2008</SHIPDATE> <TRACKINGID>74186</TRACKINGID> <TRACKINGNUMBER/> I am unable to read only <TRACKINGNUMBER/>.The error i am getting is Missing Post delimeter. I have used the following delimeters and used OTXMLS.acc as the source access model and also included OTXML.inc. SET_FIRST_DELIM(62) ; > SET_SECOND_DELIM(60) ; < SET_THIRD_DELIM(47) ; / SET_FOURTH_DELIM(34) ; " SET_FIFTH_DELIM(39) ; , SET_RELEASE(92) ; \ SET_RELEASE(47) ; / Please help me out where i am going wrong. Thanks in advance. Vani ------------------------------------ ... Please use the following Message Identifiers as your subject prefix: <SALES>, <JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC> Job postings are welcome, but for job postings or requests for work: <JOBS> IS REQUIRED in the subject line as a prefix.Yahoo! Groups Links ------------------------------------ ... Please use the following Message Identifiers as your subject prefix: <SALES>, <JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC> Job postings are welcome, but for job postings or requests for work: <JOBS> IS REQUIRED in the subject line as a prefix.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/EDI-L/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/EDI-L/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
