Subject:XML/EDIFACT Schema Author:Uwe Isenmann Date:03 Dec 2015 09:11 AM Originally Posted: 03 Dec 2015 09:06 AM
Hello together,
I'm not sure if this is an feature request.
I seems that Stylus can create an XML out of edifact document but not in the standard XML/EDIFACT.
Example of XML/EDIFACT:
<S_NAD>
<D_3035>BY</D_3035>
<C_C082><D_3039>CST9955</D_3039><D_3055>91</D_3055></C_C082>
<C_C080><D_3036>Candy Inc</D_3036></C_C080>
<C_C059><D_3042>Sirup street 15</D_3042></C_C059>
<D_3164>Sugar Town</D_3164>
<D_3251>55555</D_3251>
</S_NAD>
Example of XML (from Stylus):
<UNB>
<UNB01>
<UNB0101>UNOC</UNB0101>
<UNB0102>...</UNB0102>
</UNB01>
</UNB>
I'm missing the postfix S_, D_, C_ and the correct segment numbers.
It seems that stylus use it's own format. Is it planned to support standard format XML/EDIFACT?