Parent - child module structure with RH9 parent and RH10 child?
Hi,
We have created a parent-child module structure in RH 9 and cannot upgrade at this time. A business partner has created a child project, following our folder structure, in RH 10. Although I've created a node in the parent TOC for this new project, the parent output doesn't recognize the child output - it does not appear in the TOC, Index or Search.
I noticed that our RH9 child projects have a whproj.xml file that looks like this:
<?xml version='1.0' encoding='utf-8' ?>
<project homepage="other/toc/config_module.htm" langid="1033" datapath="whxdata" toc="whtoc.xml" index="whidx.xml" fts="whfts.xml" brs="whbrs.xml" >
</project>
The new RH10 child project does not have a whproj.xml file. Instead it has a whproj.htm file that looks like this:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>project description</title>
<meta name="generator" content="Adobe RoboHelp 10" />
<meta name="description" content="WebHelp 5.50" />
</head>
<body>
<script src="whver.js" charset="utf-8"></script>
<script src="whutils.js" charset="utf-8"></script>
<script src="whproj.js" charset="utf-8"></script>
<script language="javascript1.2">
<!--
setLangId("1033");
setDataPath("whdata");
addToc("whtoc.htm");
addIdx("whidx.htm");
//-->
</script>
</body>
</html>
Is that the problem? If so, what can we do about it?
thanks,
Jenny
