Hello I am new to ZEND framework
. I have xml
file of an order and I am trying to prepare EDIFACT
file of same using zend but I am not getting any idea how to achieve this? I have read the documentation of EDIFACT and also got code from Google Codes to generate EDI
but it is incomplete. There is no method to generate EDIFACT within this package so it is not helping.
So is there any library to generate EDIFACT
file in zend or php
?
Thank you.