Skip to content

Commit 044f7e2

Browse files
committed
Address code-review comments from Joe Wickentowski
1 parent 1872efa commit 044f7e2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/main/xar-resources/data/documentation/documentation.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@
229229
<para>How to perform XSL Transformation with XQuery.</para>
230230
</listitem>
231231
</varlistentry>
232+
<varlistentry>
233+
<term>
234+
<link xlink:href="xsl-transform">FO Rendering</link>
235+
</term>
236+
<listitem>
237+
<para>How to perform FO (Formatting Objects) Rendering with XQuery.</para>
238+
</listitem>
239+
</varlistentry>
232240
<varlistentry>
233241
<term>
234242
<link xlink:href="indexing">Indexing</link>

src/main/xar-resources/data/fo-render/fo-render.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
for AntennaHouse, but that was removed as it was unmaintained, we would welcome a new
2626
contribution to support AntennaHouse again.</para>
2727
<para>Selection of the renderer is configured in eXist-db's <code>conf.xml</code> file.
28-
By default eXist-db ships with and is configured to use Apache FOP, see: <link linkend="renderx">Using
28+
By default eXist-db ships with and is configured to use Apache FOP, see: <link linkend="apachefop">Using
2929
the Apache FOP Renderer</link></para>
3030
<para>If you wish to use RenderX XEP instead, see <link linkend="renderx">Using
3131
the RenderX XEP FO Renderer</link>. </para>
@@ -35,10 +35,10 @@
3535

3636
<sect2 xml:id="render">
3737
<title>
38-
<code>xsl:render()</code>
38+
<code>xslfo:render()</code>
3939
</title>
4040

41-
<para>The <code>xsl:render</code> function renders an FO document and returns you the result.
41+
<para>The <code>xslfo:render</code> function renders an FO document and returns you the result.
4242
It has two signatures:</para>
4343
<programlisting language="xquery" xlink:href="listings/listing-1.txt"/>
4444
<programlisting language="xquery" xlink:href="listings/listing-2.txt"/>

0 commit comments

Comments
 (0)