I want to subclass InputStream for suporting any C++ standard libraries streams like the one implemented in CenterPoint Opensource XML library (http://www.cpointc.com/XML). I need this because the XML subsystem must match a generic interface for input formats sources that uses streams as a generic way for giving the source.
So i started to browse the classes and i have seen than InputStream Internals are implemented in a platform dependant way. So, - Where may I start implementing this InputStream subclass? - Do you have any suggestions for me to start coding this? - If I am succesful in the task, could be this InputSource included in XercesC in some way? - Have Xerces Developers seen how CenterPoint has integrated DOM API into standard C++ classes (traited strings, generic streams...) -- David Garc�a Garz�n <[EMAIL PROTECTED]> Phone: 034 93 542 21 99 Music Technology Group, Institut Universitari de l'Audiovisual Universitat Pompeu Fabra --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
