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=17620>. 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=17620 SourceDataSource loses some text/xml attachment data ------- Additional Comments From [EMAIL PROTECTED] 2003-03-03 22:31 ------- The question asked was: >>Will this patch work in the absence of an XSLT Engine like Xalan? We cannot >>add a new dependency this late in the game. I think this is more a question of needing JDK 1.4 versus needing an additional jar file at runtime. The 1.4 JDK appears to bundle a presumably old version of Xalan, becuase there is a TransformerImpl for javax.xml.transform.Transform available when I run a simple test case including only rt.jar in my classpath. I have no idea whether JDK 1.4 is required for Axis 1.1, but I think not. In that case, you'd need some sort of mechanism similar to the one the ImageIOFactory in Axis uses, where ultimately the Apache Discovery package is used to find a class. That is, we'd only instantiate a "souped up" SourceDataSource implementation if we found the appropriate implementation classes for javax.xml.transform. Gary
