DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13170>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13170 XalanTrnsformer transform function fails to create SAX2XMLReader Summary: XalanTrnsformer transform function fails to create SAX2XMLReader Product: XalanC Version: 1.4.x Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm using Xalan with VC7.0. I had to build the binaries (although some of them have frightening warnings). I'm calling XalanTransformer::transform(const XSLTInputSource & theInputSource, const XSLTInputSource & theStylesheetSource, const XSLTResultTarget &theResultTarget) just as you do on your Getting Started example. I was able to get to XalanSourceTreeParserLiaison::parseXMLStream(const InputSource & inputSource, const XalanDOMString & __formal) where a call to XalanAutoPtr<SAX2XMLReader> theReader (XMLReaderFactory::createXMLReader()); fails somewhere on the xerces-c_1_6_0D.dll. since I don't have the code for the xerces-c_1_6_0D.dll, I don't know what happened there, but I have a hunch that it is connected to the fact that it wasn't built with VC7.0.
