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=21179>. 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=21179 xsd:include does not work ------- Additional Comments From [EMAIL PROTECTED] 2003-06-30 10:01 ------- First of all , the namespace of both documents is the same. I found a real reason for this behaviour - it is in my implementation of EntityResolver. public InputSource resolveEntity (String publicId, String systemId) { InputSource src = new InputSource(astream); //The following line was missing: src.setSystemId(systemId); return src; } I am not sure bug this or not please verify --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]