Hi,I am trying to use xslt to generate html file.It is working fine locally,But when I imported to teamsite, preview is not generated it is giving error.I made an entry in templating.cfg also.Do I need to make any other changes .please give ur inputs.Thanks,Tiru.
You need to provide a bit more information if you want inputs: TeamSite version (including Service Pack and/or patches)OS/Platform of TeamSite serverThe error being generatedThe entry you made in templating.cfg (preferably the entire clause [not the entire config file, just the clause for the specific DCT-type])Potentially the XSL, and DCT code - but that could probably wait until the other information is provided
Thanks for your support,I am providing the required information.Patch ID:70516Interwoven TeamSite 6.7.1.0 Patch 70516 Installed on:Jan 23, 2008 OS platform: windowsError msg: An error occurred in utility daemon. Error code: 5. Please see details in iwutild.log ( No details are provided in log file )Entry in Templating.cfg:-------------------------I am converting generated xml (dcr) to html using xsl out of interovwen. it is working fine.
Hi
As you are using dcr-type=iwov that is the problem ,
In case of dcr-type=iwov ,xslt template will create problem,as it reads xml for implementing the presentation to generate the desire output.In you case you have defined you dcr-type=iwov which is not an xml and also it is being used earlier.So
dcr-type=xml
HTH
In you case you have defined you dcr-type=iwov which is not an xml and also it is being used earlier.
you are wrong on both assertions.iwov type is still an XML file. The main difference is that it uses attrbutes instead of tags. And it's still being used in many occasions, maybe not so widely.as Fish has mentioned, there is a way to treat either of DCR formats using XSLT.
Hi,Thank you very much for your support,I was not able to understand the concept accuratelyplease find the attached 1. datacapture.cfg . and correscponding 2. presentation xsl.and guide me the correct way of writing them.please tell me if there are any mistakes in them