You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2001/03/03 09:06:04 UTC

cvs commit: xml-fop/docs/html-docs extensions.html

kellyc      01/03/03 00:06:04

  Modified:    docs/xml-docs/fop extensions.xml
               docs/html-docs extensions.html
  Log:
  Fixed code example
  
  Revision  Changes    Path
  1.3       +9 -9      xml-fop/docs/xml-docs/fop/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/extensions.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extensions.xml	2001/03/03 07:51:27	1.2
  +++ extensions.xml	2001/03/03 08:06:03	1.3
  @@ -10,16 +10,16 @@
       <p>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:</p>
       <source>
  -    <![CDATA[<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>
  +<![CDATA[<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>
   ]]></source>
       <p>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 
  
  
  
  1.3       +9 -9      xml-fop/docs/html-docs/extensions.html
  
  Index: extensions.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/html-docs/extensions.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extensions.html	2001/03/03 07:51:26	1.2
  +++ extensions.html	2001/03/03 08:06:04	1.3
  @@ -30,16 +30,16 @@
       <P>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:</P>
       <DIV align="right"><TABLE border="0" cellpadding="0" cellspacing="4" width="464"><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#ffffff" width="462"><FONT size="-1"><PRE>
  -    &lt;fo:root xmlns:fo=&quot;http://www.w3.org/1999/XSL/Format&quot;
  -             &amp;#160;&amp;#160; xmlns:fox=&quot;http://xml.apache.org/fop/extensions&quot;&gt;
  -    &lt;fox:outline internal-destination=&quot;sec3&quot;&gt;
  -    &amp;#160;&amp;#160;  &lt;fox:label&gt;Running FOP&lt;/fox:label&gt;
  +&lt;fo:root xmlns:fo=&quot;http://www.w3.org/1999/XSL/Format&quot;
  +               xmlns:fox=&quot;http://xml.apache.org/fop/extensions&quot;&gt;
  +  &lt;fox:outline internal-destination=&quot;sec3&quot;&gt;
  +    &lt;fox:label&gt;Running FOP&lt;/fox:label&gt;
   
  -    &amp;#160;&amp;#160;&lt;fox:outline internal-destination=&quot;sec3-1&quot;&gt;
  -    &amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;fox:label&gt;Prerequisites&lt;/fox:label&gt;
  -    &amp;#160;&amp;#160;&lt;/fox:outline&gt;
  -    &lt;fox:outline&gt;
  -    &lt;/fo:root&gt;
  +    &lt;fox:outline internal-destination=&quot;sec3-1&quot;&gt;
  +      &lt;fox:label&gt;Prerequisites&lt;/fox:label&gt;
  +    &lt;/fox:outline&gt;
  +  &lt;fox:outline&gt;
  +&lt;/fo:root&gt;
   </PRE></FONT></TD><TD bgcolor="#0086b2" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" height="1" width="462"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="462"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></DIV>
       <P>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