Skip to content

Commit 249a384

Browse files
committed
docs: better documentation for new mod-fop-xslt-path property
1 parent 226850d commit 249a384

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/html/doc_meta_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ <h2 style="font-weight: bold;">Properties specific to Apache FOP PDF format</h2
792792
<p style="font-style: italic;">mod-fop-xslt-path</p>
793793
</td>
794794
<td id="cell_0_1" style=" width: 40%; border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; padding: 2px;">
795-
<p>Class loader path to optiona XSLT template to apply on transformer.</p>
795+
<p>Class loader path to optional XSLT template to apply on transformer. If set fop user agent will use given XSLT in the transformation.</p>
796796
</td>
797797
<td id="cell_0_2" style=" width: 25%; border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; padding: 2px;">
798798
<p>fj-doc-mod-fop(pdf), </p>

fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Whereas the link:https://github.com/fugerit-org/fj-doc/blob/main/CHANGELOG.md[CH
66
[#doc-release-notes-unreleased]
77
==== Unreleased
88

9-
- TIFF validtor based on TwelveMonkeys ImageIO link:https://github.com/fugerit-org/fj-doc/issues/551[#551]
9+
- fj-doc-mod-fop, new mod-fop-xslt-path property link:https://github.com/fugerit-org/fj-doc/issues/558[#558]
10+
- fj-doc-val-imageio, TIFF validator based on TwelveMonkeys ImageIO link:https://github.com/fugerit-org/fj-doc/issues/551[#551]
1011
1112
[#doc-release-notes-8-17-0]
1213
==== Version 8.17.0 [2025-10-14]

fj-doc-guide/src/main/docs/asciidoc/chapters/06_2_mod-fop.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,18 @@ NOTE: the PDF/A configuration is not automatically generated by the link:https:/
126126
</docHandler>
127127
----
128128

129+
[#doc-handler-mod-fop-xslt-path]
130+
===== Property 'mod-fop-xslt-path'
131+
132+
If property *mod-fop-xslt-path* is set, it will be used as class loader path
133+
to optional XSLT template to apply on transformer.
134+
Then fop user agent will use given XSLT in the transformation.
135+
136+
[source,xml]
137+
----
138+
<info name="mod-fop-xslt-path">xslt-sample/xslt-sample.xsl</info>
139+
----
140+
129141
[#doc-handler-mod-fop-fo]
130142
==== FO DocHandler
131143

fj-doc-lib-autodoc/src/test/resources/docs/meta_xml/adm_standard_meta_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ the 'value' is the name of the sheet to be created. i.e. 'table-1=sheet1;table-2
396396
<admeta:description>Properties specific to Apache FOP PDF format</admeta:description>
397397
<admeta:admMetaInfo>
398398
<admeta:name>mod-fop-xslt-path</admeta:name>
399-
<admeta:description>Class loader path to optiona XSLT template to apply on transformer.</admeta:description>
399+
<admeta:description>Class loader path to optional XSLT template to apply on transformer. If set fop user agent will use given XSLT in the transformation.</admeta:description>
400400
<admeta:since>8.17.1</admeta:since>
401401
<admeta:supportedType>pdf</admeta:supportedType>
402402
<admeta:supportedHandler>fj-doc-mod-fop(pdf)</admeta:supportedHandler>

0 commit comments

Comments
 (0)