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=25803>. 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=25803 [PATCH] PropertyList: Fixes to convertAttributeToProperty and findBaseProperty ------- Additional Comments From [EMAIL PROTECTED] 2003-12-29 21:58 ------- Thanks Simon, For #2 below, we're in the process of moving from Strings to integers for properties; in the interim you will see some temporary placeholder conversions of strings to integers and vice-versa. (I'm currently feeding piranha-like off Finn's patch covering this of a few weeks ago!) For #1 below, just to make sure I understand everything: 1.) I believe your patch is designed to specifically ignore duplicated properties for the same FO, correct? (e.g., <fo:block font-size="10pt" font- size="12pt"> would activate the new conditional in the patch, correct?) OTOH, if not, part of the making of a property is the storing of its value (variable "attributeValue" in the code)--the change you're calling for is for us to disregard this attributeValue under certain circumstances. *If* this patch is *not* to trap duplicate attributes, then why is the value of attributeValue irrelevant in these cases? 2.) Would a similar filter be indicated for the else() clause just following it--for duplication of specified compound properties, perhaps? Thanks, Glen