Thank you, I'll get this up into CVS soonest. My fault in the first place.

Regards,
Arved Sandstrom

At 09:27 AM 8/15/01 +1200, Struan Judd wrote:
>Specifically if you have any of ampersand, greater-than or less-than symbols
>in text they will not be escaped as per the XML spec.
>
>Correcting diff to org.apache.fop.render.xml.XMLRenderer between the '----'s
>
>----
>321a322,331
>>             else if (ch == '&')
>>                 sb = sb.append("&");
>>             else if (ch == '<')
>>                 sb = sb.append("&lt;");
>>             else if (ch == '>')
>>                 sb = sb.append("&gt;");
>>             else if (ch == '\'')
>>                 sb = sb.append("&apos;");
>>             else if (ch == '"')
>>                 sb = sb.append("&quot;");
>----

Fairly Senior Software Type
e-plicity (http://www.e-plicity.com)
Wireless * B2B * J2EE * XML --- Halifax, Nova Scotia


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to