BizTalk: XSLT versus mapping tool

前端 未结 5 776
借酒劲吻你
借酒劲吻你 2021-01-14 09:01

We\'re doing a mapping process from an XML file generated by a legacy system to EDI 834/837 files. We have BizTalk 2010 and are using the Microsoft built in EDI schemas.

5条回答
  •  遥遥无期
    2021-01-14 09:37

    Not really, I prefer XSLT too. It's easier to document (using comments in the source) and therefore to maintain. However, keep in mind that in BizTalk 2006 R2 you could not import external XSLTs, which reduces your options for reuse. I have no idea if this has changed in subsequent versions of BizTalk, that's for you to find out and perhaps let us all know...

提交回复
热议问题