I’m exporting nodes as XML and with fields in most nodes set to “Plain text” format. Everything is fine when I’m editing them, but when exporting an extra paragraph (<p>
) tag is added around text (using “Default” formatter).
The mentioned field has a variable length text (some are short like “Book” and some have long HTML). Some longer texts are exported fine, but those short ones all have extra paragraph around them (e.g. <p>Book</p>
).
So is there some option I can check to disable adding those paragraphs or even disable any formatting? Or maybe I have to install/make some special module for formatting?
PS: I’m using Views data export (version 7.x-3.0-beta8).