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=1060>. 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=1060 serializer problem [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2001-10-05 08:13 ------- I'm afraid I don't see a problem here. As far as XML is concerned, your <!ENTITY percnt "%" > is equivalent to %, which is equivalent to the % character. I ran your test and it produced, inter alia, <td> <div class="tableentry">% </div> </td><td> <div class="tableentry"> =percent sign </div> </td> which is entirely correct; % is a legal character in HTML text, and is not one of the characters which the XSLT specification requires we map back to an HTML-defined entity. (It permits us to, but that's "may", not "must", and I'd say doing so is definitely inappropriate here.) I'm closing this as "Works For Me". If you believe I'm wrong, please reopen with a more detailed explanation of why you think we have a problem.
