Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Xlst Pt
Mashuk
Hi there ,
context is : ts 6.7.1 sp1.
We want to use new xslt pt functionality and i'm not sure if we absolutely need
to modify our dcts to get xml dcr ( instead of iwow dcr).
Livesite can manage iwov dcr with xslt and i would be surprised if it's not possible with the new xslt compiler.
If by any means we need to rework our dct has anyone a script/sample of content migration from old (iwov format to new : xml format)
thanks
Find more posts tagged with
Comments
mstradling
iwov format DCRs are still stored in XML so should be able to process them with XSLT TPLs.
The down side is the iwov XML format is (necessaraly) generic and verbose, making your XPath expressions if not more complicated then definetly harder to read. If your using a custom XML format for your DCRs you can lay things out with less clutter but XSLT should work with either.
Mashuk
many thanks