You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/05/16 08:18:02 UTC

DO NOT REPLY [Bug 9145] New: - Error when trying to use the Methode render(XMLReader, XSLTInputHandler) of the Class Driver

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9145>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9145

Error when trying to use the Methode render(XMLReader, XSLTInputHandler) of the Class Driver

           Summary: Error when trying to use the Methode render(XMLReader,
                    XSLTInputHandler) of the Class Driver
           Product: Fop
           Version: 0.20.1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: ukondert@gosch.com


When I try to use the FOP in a Java Application with a XSLTInputHandler, I get 
the Error:
DEBUG   10215   [fop     ] (): using SAX parser 
org.apache.xerces.parsers.SAXParser
java.lang.NoSuchMethodError: java.lang.String org.w3c.dom.Node.getLocalName()
	void org.apache.xalan.transformer.TransformerImpl.run()
	void java.lang.Thread.run()

The codeline which produce this Error is:
_fopDriver.render(_saxXMLReader, _fopXSLTInputHandler.getInputSource());

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