← Back to team overview

openerp-india team mailing list archive

[Bug 1069003] [NEW] xpre processing not working as advertised

 

Public bug reported:

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.

** Affects: openobject-server
     Importance: Undecided
         Status: New


** Tags: report rml xpre

** Patch added: "xpre.patch"
   https://bugs.launchpad.net/bugs/1069003/+attachment/3405500/+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


Follow ups

References