Are there tools or utilities for converting Documentum XML files into content in SDL Tridion?
I would prefer a relevant XSL example or an XSLT file for such an XML-XML transformation between the systems.
Are there tools or utilities for converting Documentum XML files into content in SDL Tridion?
I would prefer a relevant XSL example or an XSLT file for such an XML-XML transformation between the systems.
It is pretty simple to create content in Tridion once you understand its object model. If you already know the target schema's details you just have to break it down into
A simple sample can be found here: http://nunolinhares.blogspot.com/2011/06/importing-content-into-tridion.html
You can do XML-to-XML conversion via XSL transform or with your preferred DOM-handling API. On the .NET side, consider LINQ to XML or alternatives.
There is a new tool available at http://tridionmigration.com for HTML or XML migration into SDL Tridion.