Which tool is the best for creation of complex xml

2019-09-20 09:28发布

问题:

I'm examining few tools that supposed to create complex transformation between XML documents. I tried Altova MapForce and Stylus Studio. What do you think, which is the best? Do you know other good tools?

Thanks, Daniel

回答1:

Different approaches suit different people. In my experience (if you're a visual sort of person, which I'm not) the visual tools can be handy when you want to generate a simple transformation, but if your transformation is complex, they just get in the way. Just learn XSLT and write it directly with the help of a good editor (both these products, and several others like oXygen, have good XSLT-aware editors).

Michael Kay Saxonica



标签: xml xslt