]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix bad links/spelling of "extensions".
authorWilliam Victor Mote <vmote@apache.org>
Fri, 25 Apr 2003 16:40:52 +0000 (16:40 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Fri, 25 Apr 2003 16:40:52 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196347 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/design/parsing.xml
src/documentation/content/xdocs/dev/extensions.xml

index 05c5d0ebc9c09b469489f0e8d795007aef967254..d2e38d47a9c8594bc12c16d59baabab2edd73477 100644 (file)
@@ -36,7 +36,7 @@ Instead, FOP takes SAX events and builds its own tree-like structure. Why?</p>
       <title>Namespaces</title>
       <p>To allow for extensions to the XSL-FO language, FOP provides a mechanism for handling foreign namespaces.</p>
       <p>See <link href="../extensions.html">User Extensions</link> for a discussion of standard extensions shipped with FOP, and their related namespaces.</p>
-      <p>See <link href="../dev/extenstions.html">Developer Extensions</link> for a discussion of the mechanisms in place to allow developers to add their own extensions, including how to tell FOP about the foreign namespace.</p>
+      <p>See <link href="../dev/extensions.html">Developer Extensions</link> for a discussion of the mechanisms in place to allow developers to add their own extensions, including how to tell FOP about the foreign namespace.</p>
     </section>
   </body>
 </document>
index ef458ef7e4c678dd9bf24244fb2f483048cfdead..a188d4ad92afc3c559fc89f42f871141bf32a00e 100644 (file)
@@ -9,7 +9,7 @@
   <body>
     <section id="overview">
       <title>Overview</title>
-      <p>For documentation of standard FOP extenstions, see the <link href="../extensions.html">User FOP Extensions</link> document.</p>
+      <p>For documentation of standard FOP extensions, see the <link href="../extensions.html">User FOP Extensions</link> document.</p>
       <p>
 If the default funtionality of FOP needs to be extended for
 some reason then you can write an extension.