From 086a57abceaf85488656ba7c41ab0d03d84ab9e0 Mon Sep 17 00:00:00 2001 From: Kelly Campbell Date: Sat, 3 Mar 2001 08:06:04 +0000 Subject: [PATCH] Fixed code example PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194116 13f79535-47bb-0310-9956-ffa450edef68 --- docs/html-docs/extensions.html | 18 +++++++++--------- docs/xml-docs/fop/extensions.xml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/html-docs/extensions.html b/docs/html-docs/extensions.html index 4ffe06d43..ab60fe854 100644 --- a/docs/html-docs/extensions.html +++ b/docs/html-docs/extensions.html @@ -30,16 +30,16 @@

You can provide outlines inside the root object (but outside any page-sequences or other formatting objects). Here's an example of an outline entry:

-    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
-             &#160;&#160; xmlns:fox="http://xml.apache.org/fop/extensions">
-    <fox:outline internal-destination="sec3">
-    &#160;&#160;  <fox:label>Running FOP</fox:label>
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
+               xmlns:fox="http://xml.apache.org/fop/extensions">
+  <fox:outline internal-destination="sec3">
+    <fox:label>Running FOP</fox:label>
 
-    &#160;&#160;<fox:outline internal-destination="sec3-1">
-    &#160;&#160;&#160;&#160;<fox:label>Prerequisites</fox:label>
-    &#160;&#160;</fox:outline>
-    <fox:outline>
-    </fo:root>
+    <fox:outline internal-destination="sec3-1">
+      <fox:label>Prerequisites</fox:label>
+    </fox:outline>
+  <fox:outline>
+</fo:root>
 

It works similarly to a basic-link. There is also an external-destination property, but it isn't supported currently. See the pdfoutline.fo file in diff --git a/docs/xml-docs/fop/extensions.xml b/docs/xml-docs/fop/extensions.xml index d31ebae2a..388519e7b 100644 --- a/docs/xml-docs/fop/extensions.xml +++ b/docs/xml-docs/fop/extensions.xml @@ -10,16 +10,16 @@

You can provide outlines inside the root object (but outside any page-sequences or other formatting objects). Here's an example of an outline entry:

- - -    Running FOP + + + Running FOP -    -     Prerequisites -    - - + + Prerequisites + + + ]]>

It works similarly to a basic-link. There is also an external-destination property, but it isn't supported currently. See the pdfoutline.fo file in -- 2.39.5