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 2002/12/23 11:46:10 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/design extending.xml

keiron      2002/12/23 02:46:10

  Modified:    src/documentation/content/xdocs/design extending.xml
  Log:
  better formatting for example
  
  Revision  Changes    Path
  1.5       +9 -8      xml-fop/src/documentation/content/xdocs/design/extending.xml
  
  Index: extending.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/extending.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- extending.xml	29 Nov 2002 22:00:32 -0000	1.4
  +++ extending.xml	23 Dec 2002 10:46:10 -0000	1.5
  @@ -85,15 +85,16 @@
   document into PDF markup.
      </p>
     <p>
  -eg.
  -<code><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
  +For example:</p>
  +<source><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
   Search
  -</my:script-link>]]></code>
  -
  -to result in a text box referencing the following PDF action:
  -<code><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) >>]]></code>
  -
  -   </p>
  +</my:script-link>]]></source>
  +<p>
  +to result in a text box referencing the following PDF action:</p>
  +<source><![CDATA[<<
  +/S /JavaScript
  +/JS (app.execMenuItem("AcroSrch:Query");)
  +>>]]></source>
   
   </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org