aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedding/build.xml
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-07-19 22:46:14 +0000
committerGlen Mazza <gmazza@apache.org>2004-07-19 22:46:14 +0000
commitb1c93550a81a4fe1efdb21767913b52b2bf41d79 (patch)
tree22dd8de3a810a898e14b2ca93d824042271f67df /examples/embedding/build.xml
parentaf81f828c5b7a480bf9d0674bbfefb9a60524ac5 (diff)
downloadxmlgraphics-fop-b1c93550a81a4fe1efdb21767913b52b2bf41d79.tar.gz
xmlgraphics-fop-b1c93550a81a4fe1efdb21767913b52b2bf41d79.zip
1.) Moved exclusively to Simon's DefaultHandler object for both Transformer
and SAXParser usage. DefaultHandler implements the ContentHandler interface so it can be used where the latter was previously used, also it provides more functionality. [1] 2.) Updated the examples and internal code accordingly. 3.) Renamed ExampleFO2PDFUsingSAX to ...Parser to avoid confusion (both use SAX.) [1] http://www.cafeconleche.org/books/xmljava/chapters/ch06s03.html#d0e8440 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/embedding/build.xml')
-rw-r--r--examples/embedding/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml
index ec382aceb..11d803c09 100644
--- a/examples/embedding/build.xml
+++ b/examples/embedding/build.xml
@@ -86,7 +86,7 @@
</target>
<target name="example2" depends="compile" description="Runs the FO to PDF example using a SAXParser">
<echo message="Running the FO to PDF example using a SAXParser"/>
- <java classname="${name}.ExampleFO2PDFUsingSAX" fork="yes">
+ <java classname="${name}.ExampleFO2PDFUsingSAXParser" fork="yes">
<classpath>
<path refid="project.class.path"/>
<pathelement location="${build.dest}"/>