You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Fran�ois LODIER <lo...@agisphere.com> on 2000/08/30 11:17:16 UTC

Trying to create a XSLTInput with a buffer and not a file

Hi, 
I am  trying to load an xml that is not a file but a buffer dynamicly created.
And this gives me a segmentation fault.
I use the XSLTInputSource::XSLTInputSource(std::istream) constructor but this
one does not xant to read my file. has any one any idea of what should be done
to solve the probleme ?
thanks 
FL