diff options
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r-- | src/documentation/content/xdocs/design/parsing.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/dev/extensions.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/design/parsing.xml b/src/documentation/content/xdocs/design/parsing.xml index 05c5d0ebc..d2e38d47a 100644 --- a/src/documentation/content/xdocs/design/parsing.xml +++ b/src/documentation/content/xdocs/design/parsing.xml @@ -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> diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml index ef458ef7e..a188d4ad9 100644 --- a/src/documentation/content/xdocs/dev/extensions.xml +++ b/src/documentation/content/xdocs/dev/extensions.xml @@ -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. |