File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
fj-doc-mod-fop/src/main/resources/fj_doc_mod_fop_config/template
fj-doc-sample/src/main/resources/free_marker Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 41
41
<rdf:RDF xmlns:rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
42
42
<rdf:Description rdf:about =" "
43
43
xmlns:dc =" http://purl.org/dc/elements/1.1/" >
44
- <#if (docBase.infoDocTitle)?? ><dc:title >${docBase.infoDocTitle} </dc:title ></#if >
45
- <#if (docBase.infoDocAuthor)?? ><dc:creator >${docBase.infoDocAuthor} </dc:creator ></#if >
44
+ <#if (docBase.infoDocTitle)?? ><dc:title >< rdf:Alt >< rdf:li xml:lang = " x-default " > ${docBase.infoDocTitle} </ rdf:li ></ rdf:Alt > </dc:title ></#if >
45
+ <#if (docBase.infoDocAuthor)?? ><dc:creator >< rdf:Seq >< rdf:li > ${docBase.infoDocAuthor} </ rdf:li ></ rdf:Seq > </dc:creator ></#if >
46
46
<#if (docBase.infoDocSubject)?? ><dc:description >${docBase.infoDocSubject} </dc:description ></#if >
47
47
<#if (docBase.infoDocLanguage)?? ><dc:language ><rdf:Bag ><rdf:li >${docBase.infoDocLanguage} </rdf:li ></rdf:Bag ></dc:language ></#if >
48
48
</rdf:Description >
Original file line number Diff line number Diff line change 15
15
<!-- Margin for document : left;right;top;bottom -->
16
16
<info name =" margins" >10;10;10;30</info >
17
17
18
+ <!-- documenta meta information -->
19
+ <info name =" doc-title" >Basic example</info >
20
+ <info name =" doc-subject" >fj doc venus sample source xml</info >
21
+ <info name =" doc-author" >fugerit79</info >
22
+ <info name =" doc-language" >en</info >
23
+
18
24
<!-- id table to be used for xlsx output -->
19
25
<info name =" excel-table-id" >excel-table=print</info >
20
26
<info name =" excel-width-multiplier" >450</info >
You can’t perform that action at this time.
0 commit comments