/usr/share/doc/lire/dev-manual/ch01s05.html is in lire-devel-doc 2:2.1.1-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Report Formatting and Other Post-Processing</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire Developer's Manual"><link rel="up" href="ch01.html" title="Chapter 1. Architecture Overview"><link rel="prev" href="ch01s04.html" title="Report Generation"><link rel="next" href="ch01s06.html" title="Going Further"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Report Formatting and Other Post-Processing</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Architecture Overview</th><td width="20%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr></table><hr></div><div class="section" title="Report Formatting and Other Post-Processing"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:post-processing"></a>Report Formatting and Other Post-Processing</h2></div></div></div><p>The last process works with the generic XML report.
Using a domain-specific XML format for the generated format
makes it easy for the framework to support multiple
different formats. Supporting a new output format is just a
matter of writing a new module that processes the XML report
file.
</p><div class="figure"><a name="fig:flow-report"></a><p class="title"><b>Figure 1.5. Processing of the XML Report Using The APIs</b></p><div class="figure-contents"><div align="center"><img src="flow-report.png" align="middle" alt="Processing of the XML Report Using The APIs"></div></div></div><br class="figure-break"><p>As shown in the <a class="xref" href="ch01s05.html#fig:flow-report" title="Figure 1.5. Processing of the XML Report Using The APIs">Figure 1.5, “Processing of the XML Report Using The APIs”</a>
figure, you can also process the XML files using the APIs to
the XML report format.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Report Generation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Going Further</td></tr></table></div></body></html>
|