I'm trying to use the OMSourceElementImpl by attaching a OMDataSource to transfer some binary non xml data.
The problem occurs when toString() method of OMElementImpl is called which in turns tries to retrieve the XML reader through the getReader() of the OMDataSource is called which returns null cause I can't provide an XML reader for non xml binary data, there null is returned. Is there a way to prevent getReader() of the OMDataSource being called, and preventing the null exception. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
