]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add missing setParserFeatures()
authorJeremias Maerki <jeremias@apache.org>
Wed, 14 May 2003 08:11:31 +0000 (08:11 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 14 May 2003 08:11:31 +0000 (08:11 +0000)
Submitted by: Glen Mazza <glenmazza@yahoo.com>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196418 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/AWTStarter.java

index c621f8b0b64ff0b27cc78614c9b0b636364269c3..57515a6cb2fc7de7ad740551160346e4726efd67 100644 (file)
@@ -107,6 +107,7 @@ public class AWTStarter extends CommandLineStarter {
         if (parser == null) {
             throw new FOPException("Unable to create SAX parser");
         }
+        setParserFeatures(parser);
     }
 
     /**