How to generate xml data from edifact data with c# code

375 Views Asked by At

I am new to edifact parsing.Could you please share sample code which converts edifact string to xml with c# code.I can't use third party libraries in my project.Please help with samples.

1

There are 1 best solutions below

2
Don Zoeggerle On BEST ANSWER

With EdiFabric, you can use the good old XmlSerializer to write all the data out to an XML, like this. BTW, I work for EdiFabric, so let me know if you have any questions related to the product.