TOC Processing Example
The previous sections describe a TOC processing example to illustrate how ePublisher processes files. For more information about this example, see Processing Files by Type and Identifying Files to Process. The following example shows the corresponding format.wwfmt file for this TOC processing example:
<Format>
<Pipeline name="TOC">
   <Depends pipeline="Locale" />
   <Stage type="xsl" action="doc_toc.xsl">
      <Parameter name="ParameterDependsType" value="Source" />
      <Parameter name="ParameterType" value="Doc_TOC" />
   </Stage>
   <Stage type="xsl" action="group_toc.xsl">
      <Parameter name="ParameterDependsType" value="Doc_TOC" />
      <Parameter name="ParameterType" value="Group_TOC" />
   </Stage>
</Pipeline>
</Format>
This representation defines the XSL transforms and file types to process.
Was this helpful?
Last modified date: 11/30/2021