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=16210>. 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=16210 Using MemBufInputSource with XercesDOMParser do not validate schemas ------- Additional Comments From [EMAIL PROTECTED] 2003-01-17 16:45 ------- Did you set the system ID on the MemBufInputSource so the parser can find your schema? This is necessary if the schema hint has a relative URL. Set the system ID to a dummy file name which the parser can use to resolve the URL of the schema. Or, use loadGrammar() to load the grammar before you parse. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
