← Back to team overview

openerp-india team mailing list archive

[Bug 1069003] Re: xpre processing not working as advertised

 

Added a better patch - which enables tag processing for "para", "hx" and "title" as well.
This brings OpenERP RML-rendering on par with Reportlabs documentation -- which it should have been to start with.

** Patch added: "xpre.patch"
   https://bugs.launchpad.net/openobject-server/+bug/1069003/+attachment/3405705/+files/xpre.patch

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1069003

Title:
  xpre processing not working as advertised

Status in OpenERP Server:
  New

Bug description:
  Reportlabs xpre style paragraphs allows the embedding of control
  strings as <b>bold</b>,  <font color="red">color</font> changes and <a
  href="link"><u>underlined links</u></a>.

  The overall usages of str2xml in the rml render engine disarms all
  these strings by replacing them with xml entities, rendering the xpre
  functionality useless.

  Attached a patch to enable this. It is to the 6.0 tree, but porting
  should be trivial.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1069003/+subscriptions


References