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 |
Jump to:
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
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