Exported content is not 'raw'

puregin - January 27, 2006 - 06:13
Project:Export DXML
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:puregin
Status:closed
Description

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.

#1

puregin - January 27, 2006 - 06:40
Status:active» fixed

Fixed in revision 1.4 - don't invoke node_invoke_api() on content (we're not viewing it, just grabbing the raw node contents)

#2

Anonymous - February 10, 2006 - 07:00
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.