How can I use DOMInputSource so that it uses a BinInputStream ???? Any suggestions would be greatly appreciated
Can I do the following:
class myinput : DOMInputSource, BinMemInputStream
{
public:
myinput ( ) { };
~myinput ( ) { };
BinInputStream* makestream ( ) { return this };
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
