Home
TeamSite
XML to HTML conversion
NickHaynes
Is there a method available within teamsite to convert xml/xslt into HTML prior to deployment to web servers.
I wondered wether this could be done as an api within a workflow process.
Find more posts tagged with
Comments
Adam Stoller
TeamSite Templating's presentation templates can be used to convert XML into HTML (or some other desired format as you see fit and code them to do).
If you're not familliar with TeamSite Templating I'd recommend you at least go through the introductory
course
and possibly the advanced one too, otherwise you will probably burn up a significant amount of time trying to figure it all out on your own (unless you can pick things up like this easily)
Note: There is not an automatic process you can configure in a simple config file, you need to either do it as part of a workflow (externaltask script), custom menu item (cgi script) or OpenDeploy DNR (dnr script) - and will most likely be making use of the CLT
iwpt_compile.ipl
(this link should work if you are working directly on your TeamSite server)
--fish
(Interwoven Senior Technical Consultant)
NickHaynes
Sorry I should have mentioned, that we use an XML architecture, and cannot change the Presentation templates to produce HTML.
Thanks for the other comments.