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 je...@apache.org on 2005/04/08 14:41:34 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/dev extensions.xml

jeremias    2005/04/08 05:41:33

  Modified:    src/documentation/content/xdocs/dev extensions.xml
  Log:
  contrib -> examples (this was moved long ago)
  
  Revision  Changes    Path
  1.14      +4 -4      xml-fop/src/documentation/content/xdocs/dev/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/extensions.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- extensions.xml	2 Mar 2004 21:41:12 -0000	1.13
  +++ extensions.xml	8 Apr 2005 12:41:33 -0000	1.14
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
  -  Copyright 1999-2004 The Apache Software Foundation
  +  Copyright 1999-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -45,7 +45,7 @@
   </p>
           <ol>
             <li>Write code that implements your extension functionality. The easiest place to
  -start is by looking at the code in org.apache.fop.extension, and by looking at the examples in the <code>contrib</code> directory.</li>
  +start is by looking at the code in org.apache.fop.extension, and by looking at the examples in the <code>examples</code> directory.</li>
             <li>Create a class that implements the org.apache.fop.fo.ElementMapping interface. ElementMapping is a hashmap of all of the elements in a particular namespace, which makes it easier for FOP to create a different object for each element.
   ElementMapping objects are static to save on memory.
   They are loaded by FOP when parsing starts to validate input.</li>
  
  
  

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