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=17951>. 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=17951 Validator not recognizing root level XML element ------- Additional Comments From [EMAIL PROTECTED] 2003-03-13 15:15 ------- I do see what you are saying but my understanding was that the hashing would be done using the root level element too (not just the namespace) - in which case it fits perfectly with what I have to do... Let me cut/paste an excerpt from the Xerces2 implementation document... public class XMLGrammarPoolImpl extends java.lang.Object implements org.apache.xerces.xni.grammars.XMLGrammarPool Stores grammars in a pool associated to a specific key. This grammar pool implementation stores two types of grammars: those keyed by the root element name, and those keyed by the grammar's target namespace. This is the default implementation of the GrammarPool interface. As we move forward, this will become more function-rich and robust. Version: $Id: XMLGrammarPoolImpl.java,v 1.3 2002/11/28 18:51:28 sandygao Exp $ The above is taken from http://xml.apache.org/xerces2-j/javadocs/xerces2/index.html. As you see, it is talking about grammars stored by root level name - is there something extra I have to do to get that behavior ???? Please advise. Thanks, - Devasis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
