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 1717
1818 </fo : layout-master-set >
1919
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+
2036 <fo : bookmark-tree >
2137 <fo : bookmark internal-destination =" B1" >
2238 <fo : bookmark-title >Bookmark 1</fo : bookmark-title >
Original file line number Diff line number Diff line change 66
77 <metadata >
88 <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 >
913 <bookmark-tree >
1014 <bookmark ref =" b1" >Bookmark 1</bookmark >
1115 <bookmark ref =" b2" >Bookmark 2</bookmark >
You can’t perform that action at this time.
0 commit comments