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=5070>. 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=5070 startEntity needs parameter for actual URI [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-01-24 01:53 ------- XMLDocumentHandler#startEntity is now called startGeneralEntity and carries an org.apache.xerces.xni.XMLResourceIdentifier parameter. This little object contains the publicId, expandedSystemId, baseSystemId and literalSystemId fields of the entity. So hopefully this will suit you--XMLLocator now inherits from this XMLResourceIdentifier interface. We haven't modified XMLInputSource; you could always use the systemId field to store the actual location of the InputSource, keeping the baseSystemId field free for the base of ehe entity from which the resource was required. Since XMLInputSources are used to find things, it fddn't appear to us to make much sense to put the expandedSystemId here--although you could certainly argue that point. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
