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 t_...@agency.com on 2000/12/13 23:09:18 UTC

Misspelling in documentation

Hi all,

method Driver.getContentHandler() is referenced in documentation as
getDocumentHandler()
in two places:

Driver class API documentation:
"A third possibility may be used to build the FO Tree, 
namely calling getDocumentHandler() and firing the SAX events yourself."

"Embedding FOP" documentation page - the same text:
"A third possibility may be used to build the FO Tree, 
namely calling getDocumentHandler() and firing the SAX events yourself."

getContentHandler() should be used instead, right?

Thanks,
Andriy

Re: Misspelling in documentation

Posted by Fotis Jannidis <fo...@lrz.uni-muenchen.de>.
Thanks, yes the update to Sax2 hasn't reached the documentation,

Fotis

Send reply to:  	fop-dev@xml.apache.org
From:           	t_apalamarchuk@agency.com
To:             	fop-dev@xml.apache.org
Subject:        	Misspelling in documentation
Date sent:      	Wed, 13 Dec 2000 17:09:18 -0500

> Hi all,
> 
> method Driver.getContentHandler() is referenced in documentation as
> getDocumentHandler()
> in two places:
> 
> Driver class API documentation:
> "A third possibility may be used to build the FO Tree, 
> namely calling getDocumentHandler() and firing the SAX events yourself."
> 
> "Embedding FOP" documentation page - the same text:
> "A third possibility may be used to build the FO Tree, 
> namely calling getDocumentHandler() and firing the SAX events yourself."
> 
> getContentHandler() should be used instead, right?
> 
> Thanks,
> Andriy