Hi ,
i am using TS 7.2.1. on windows.
I can see the DCT is coming blank for me can you please have a look. kindly share your thoughts on this.
DCT is below.
<?xml version="1.0" standalone="no"?>
<data-capture-requirements type="content" name="Paragraph">
<ruleset name = "BoilerPlate">
<description>This is BoilerPlate Component</description>
<!-- Call the ipl for the syntax -->
<inline command="C:/Program Files/Interwoven/TeamSite/iw-perl/bin/iwperl.exe C:/Progra~1/Interwoven/TeamSite/custom/philips/getRootBranch.ipl WORKAREA/shared/sharedipl/boilerplate.ipl"/>
<!-- add the form api library. -->
<!-- add the form api library. -->
<script location="template-type" src="..\..\..\..\..\..\..\..\WORKAREA\shared\js\iwFormAPI.js"/>
<script language="javascript">
<![CDATA[
//Do the initialization...
function handleSaveDone()
{
initSolutionAPI();
}
/**
* Sets the TeamSite/Solutions/DependentURIs extended attribute.
*/
// register event handlers.
IWEventRegistry.addFormHandler("onSaveDone", handleSaveDone);
]]>
</script>
</ruleset>
</data-capture-requirements>