Site (A) has a Views Data Export (XML Feed) - This feed displays the Body field like this in the feed.

<p>In science, we use equations as a tool for showing a relationship between two or more entities. Using equations allows us to create a graphic of those relationships. This graphic is known as a graph.</p><p>The importance of graphing cannot be overstated. Graphs are used as a tool to observe correlations between various experimental parameters. The simplest correlation between two experimental parameters is the linear correlation or a straight line.</p>

Site (B) imports the the Body field. Okay good, but replaces the
</p><p> in the middle of paragraph with
<br>. However, if when editing the imported node the
</p><p> are there and not the
<br>. It is only during display of an import that hasn't been edited that the
<br> replaces the
</p><p>.

<p>In science, we use equations as a tool for showing a relationship between two or more entities. Using equations allows us to create a graphic of those relationships. This graphic is known as a graph.<br>The importance of graphing cannot be overstated. Graphs are used as a tool to observe correlations between various experimental parameters. The simplest correlation between two experimental parameters is the linear correlation or a straight line.</p>

Comments

crutch’s picture

Issue summary: View changes
crutch’s picture

Title: </p><p> converted to <br> on import » P converted to BR on import
crutch’s picture

Additionally, had to import php code for a field so changed

Feed Importer/Node Processor/Settings/Text Format - PHP Code

This allows the import of the custom php code as well as fixes the P to BR issue.