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=25480>. 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=25480 [PATCH] Experimental performance improvements. ------- Additional Comments From [EMAIL PROTECTED] 2003-12-22 22:01 ------- Finn, Question on the FOPropertyMapping.java class--from your changes, it is dutifully filling up the s_htGeneric (property) HashMap from its fo-property- mapping.xsl generation: s_htGeneric[PR_SOURCE_DOCUMENT] =SourceDocumentMaker.maker (PR_SOURCE_DOCUMENT); s_htGeneric[PR_ROLE] =RoleMaker.maker(PR_ROLE); s_htGeneric[PR_ABSOLUTE_POSITION] =AbsolutePositionMaker.maker (PR_ABSOLUTE_POSITION); .... I'm already using it. But there is an s_htElementLists HashMap (which I haven't converted to yet) in this class that is *not* being populated here-- you've created accessors for it, etc., but it doesn't seem to get populated anywhere. (Actually, the same goes with its predecessor that I'm still using.) Where does this HashMap get filled? Thanks, Glen