You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2003/12/28 05:16:00 UTC

cvs commit: xml-fop/src/java/org/apache/fop/apps Driver.java

pbwest      2003/12/27 20:16:00

  Modified:    src/java/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design
                        Driver.java
  Log:
  Removed setting of namespace-prefixes feature from SAX
  parser.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.3   +3 -8      xml-fop/src/java/org/apache/fop/apps/Driver.java
  
  Index: Driver.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/Driver.java,v
  retrieving revision 1.9.2.2
  retrieving revision 1.9.2.3
  diff -u -r1.9.2.2 -r1.9.2.3
  --- Driver.java	11 Jul 2003 04:03:47 -0000	1.9.2.2
  +++ Driver.java	28 Dec 2003 04:16:00 -0000	1.9.2.3
  @@ -198,14 +198,9 @@
        * @throws FOPException
        */
       public void setParserFeatures(XMLReader parser) throws FOPException {
  -        try {
  -            parser.setFeature("http://xml.org/sax/features/namespace-prefixes",
  -                              true);
  -        } catch (SAXException e) {
  -            throw new FOPException(
  -                "Error in setting up parser feature namespace-prefixes\n"
  -                       + "You need a parser which supports SAX version 2", e);
  -        }
  +        /*
  +			Setting of namespaces-prefixes feature removed.
  +        */
       }
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org