Closed (fixed)
Project:
Export DXML
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jan 2006 at 06:13 UTC
Updated:
10 Feb 2006 at 07:00 UTC
Exported content is processed through various Drupal filters, which is undesirable, since we want the raw content.
To reproduce:
Save a book page with input format 'Filtered HTML', and make sure that the line break filter is enabled for the Filtered HTML format.
Expected output: the exported node should contain the contents of the node as typed in by the author.
Actual output: the exported node contains extra <br/> elements inserted by the line break filter.
Comments
Comment #1
puregin commentedFixed in revision 1.4 - don't invoke node_invoke_api() on content (we're not viewing it, just grabbing the raw node contents)
Comment #2
(not verified) commented