aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-01-16 17:55:33 +0000
committerJeremias Maerki <jeremias@apache.org>2006-01-16 17:55:33 +0000
commitf56c315df5921953702f6ab9c2a331ff7c0caa0f (patch)
tree7382549b876695cbad9ebf58208519b366b802ed /src
parenta74c0623f7d0412d41ea4653cbc94c0b09cde903 (diff)
downloadxmlgraphics-fop-f56c315df5921953702f6ab9c2a331ff7c0caa0f.tar.gz
xmlgraphics-fop-f56c315df5921953702f6ab9c2a331ff7c0caa0f.zip
Fixed a small mistake on the servlet page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@369534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/content/xdocs/0.91/servlets.xml2
-rw-r--r--src/documentation/content/xdocs/trunk/servlets.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/0.91/servlets.xml b/src/documentation/content/xdocs/0.91/servlets.xml
index 7a3f6493f..16e7da316 100644
--- a/src/documentation/content/xdocs/0.91/servlets.xml
+++ b/src/documentation/content/xdocs/0.91/servlets.xml
@@ -107,7 +107,7 @@ public void init() throws ServletException {
Transformer transformer = this.transformerFactory.newTransformer(xsltSrc);
//Make sure the XSL transformation's result is piped through to FOP
- Result res = new SAXResult(driver.getDefaultHandler());
+ Result res = new SAXResult(fop.getDefaultHandler());
//Setup input
Source src = new StreamSource(new File("foo.xml"));
diff --git a/src/documentation/content/xdocs/trunk/servlets.xml b/src/documentation/content/xdocs/trunk/servlets.xml
index 7a3f6493f..16e7da316 100644
--- a/src/documentation/content/xdocs/trunk/servlets.xml
+++ b/src/documentation/content/xdocs/trunk/servlets.xml
@@ -107,7 +107,7 @@ public void init() throws ServletException {
Transformer transformer = this.transformerFactory.newTransformer(xsltSrc);
//Make sure the XSL transformation's result is piped through to FOP
- Result res = new SAXResult(driver.getDefaultHandler());
+ Result res = new SAXResult(fop.getDefaultHandler());
//Setup input
Source src = new StreamSource(new File("foo.xml"));