product definitions contain a link to the proddef.dtd file which is usually set up as
@scrittura.home@/dtd/proddef.dtd
When Scrittura is deployed/ built this is obviously expanded to the full path/ filename e.g. /UATenv/scrittura/runtime/dtd/proddef.dtd
The problem is that if you want the product definitions to be available to WordML without copying them from unix to windows WordML cannot find the dtd file. This results in 'products' not being listed in the template wizard.
The solution is to change the DOCTYPE statement to read "../dtd/proddef.dtd" instead of "
@scrittura.home@/dtd/proddef.dtd" in all your product definitions and in commonvars.xml.
You can then have your source repository for the templates and product definitions on unix and not have uncontrolled copies scattered around the windows world.
> Map a windows drive to the unix runtime directory. e.g. Z:
> configure WordML to have the product definitions in Z:\products (the templates would be in Z:\templates too)