aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-06-10 08:58:50 +0000
committerKeiron Liddle <keiron@apache.org>2002-06-10 08:58:50 +0000
commit8ab1e827c0b0e0cb11858f639fb578f789d39cfc (patch)
tree17fb3bc1959280913af5c06bff41dd5a65208a18
parent7b4a1a3cfff549cbf37d9a82138cc6edf01f0d7f (diff)
downloadxmlgraphics-fop-8ab1e827c0b0e0cb11858f639fb578f789d39cfc.tar.gz
xmlgraphics-fop-8ab1e827c0b0e0cb11858f639fb578f789d39cfc.zip
changed to use single xml element to contain all bookmarks
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194866 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/examples/fo/pdfoutline.fo2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/fo/pdfoutline.fo b/docs/examples/fo/pdfoutline.fo
index 4f1f74a6c..7a00b8e00 100644
--- a/docs/examples/fo/pdfoutline.fo
+++ b/docs/examples/fo/pdfoutline.fo
@@ -59,6 +59,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of
<!-- beginning of the PDF outline extensions -->
+ <fox:bookmarks>
<fox:outline internal-destination="sec1">
<fox:label>What is FOP?</fox:label>
@@ -119,6 +120,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of
<fox:outline internal-destination="sec11">
<fox:label>License</fox:label>
</fox:outline>
+ </fox:bookmarks>