|
|||||||
| Notices |
| General EDI Discussions General EDI Discussions |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I am working on GXS tool. In input 850 X12 file, I am getting Multiple Transcations (ST-SE). So whenever I translate the file i am getting the XML output with two Root elements in one file which is invalid as per the XML standards. Result Output as follows: <? xml ... > <root element> <transcation> </transcation> </root element> <root element> <transcation> </transcation> </root element> Required output : <? xml ... > <root element> <transcation> </transcation> <transcation> </transcation> </root element> Thanks in Adavance, Deepti. |
![]() |
| Bookmarks |
| Tags |
| edi, gxs, xml |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|