Table of Contents

Previous

Next


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” on page 324 and “Identifying Files to Process” on page 325. 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.

ePublisher/2009.1/Help/04.Reference_Information/01.009.How_It_Works (last edited 2009-05-01 02:14:12 by TonyMcDow)