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=14263>.
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=14263

BeanReader returns no object when used with SAXParser





------- Additional Comments From [EMAIL PROTECTED]  2002-11-08 12:39 -------
I think what Herald meant (based on the discussion we had on commons mllist), 
that he doesn't control the source and doesn't know it and can just call read 
on eg foo (and get the parser).
Depending on what the foo does parse,
you can try parser.getXMLReader().setContentHandler(reader);
and then do foo.read(). Although I don't know what the foo.read() in your 
scenario does)

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to