If you don't want to use an .msha file built by Doc-To-Help, you can manually create a .msha file with any list of child setups and use it.
A manifest list file is used to list all child setup manifests for a single hub topic.
This file is a standard XHTML file but must have the .msha extension.
Example
Copy
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MadCap Software</title>
</head>
<body class="manifest-list">
<div class="manifest">
<a class="manifest-link" href="C1BarCode/HelpContentSetup.msha">MadCap BarCode for .NET Help</a>
</div>
<div class="manifest">
<a class="manifest-link" href="C1Zip/HelpContentSetup.msha">MadCap Zip for .NET Help</a>
</div>
</body>
</html>
Elements used in the file:
- <html xmlns="http://www.w3.org/1999/xhtml"> Required.
- <head> Optional (not used).
- <title> Optional (not used).
- <body class="manifest-list"> Required .
- <div class="manifest"> Required (one or more).
- <a class="manifest-link" href="HelpContentSetup.msha">MadCap BarCode for .NET Help</a> Required (only one in a manifest div). Its text is optional, not used.