File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
fj-doc-sample/src/test/resources/dev Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
</fo : layout-master-set >
19
19
20
+ <fo : declarations >
21
+ <x : xmpmeta xmlns : x =" adobe:ns:meta/" >
22
+ <rdf : RDF xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
23
+ <rdf : Description rdf : about =" "
24
+ xmlns : dc =" http://purl.org/dc/elements/1.1/" >
25
+ <dc : title >Test XML 01 title</dc : title >
26
+ <dc : creator >Fugerit</dc : creator >
27
+ <dc : description >Test XML 01 subject</dc : description >
28
+ </rdf : Description >
29
+ <rdf : Description rdf : about =" " xmlns : xmp =" http://ns.adobe.com/xap/1.0/" >
30
+ <xmp : CreatorTool >fj-doc (Venus) Sample</xmp : CreatorTool >
31
+ </rdf : Description >
32
+ </rdf : RDF >
33
+ </x : xmpmeta >
34
+ </fo : declarations >
35
+
20
36
<fo : bookmark-tree >
21
37
<fo : bookmark internal-destination =" B1" >
22
38
<fo : bookmark-title >Bookmark 1</fo : bookmark-title >
Original file line number Diff line number Diff line change 6
6
7
7
<metadata >
8
8
<info name =" margins" >10;10;10;10</info >
9
+ <info name =" doc-title" >Test XML 01 title</info >
10
+ <info name =" doc-subject" >Test XML 01 subject</info >
11
+ <info name =" doc-author" >Fugerit</info >
12
+ <info name =" doc-creator" >fj-doc (Venus) Sample</info >
9
13
<bookmark-tree >
10
14
<bookmark ref =" b1" >Bookmark 1</bookmark >
11
15
<bookmark ref =" b2" >Bookmark 2</bookmark >
You can’t perform that action at this time.
0 commit comments