Hi, I need a documentation of the error messages of C++ - Xalan 1.4 (and Xerces 2.1). Can anybody tell me where to find one?
I would like to know all the reasons for xalan to raise the message "the primary document entity could not be opened"? One is when I use a filename in one of the two contructors of XSLTInputSource (ether the XML or XSL document) is not acessible/availible, correct? Does it also occur when I use istreams that are corrupt in any way? When exactly does Xalan raise "invalid document structure"? I'm using an istream as the InputSource for xml. I get this message even though the get pointer of the stream is at ios::beg position. Florian Nowotny
