Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Standard line breaks (\n) are preserved. Bokbasen does not do any attempt to replicate formatting given in HTML, these are just removed. To ensure that data sent to Bokbasen is exported in the same way, we recommend properly formatted plain text and text attribute 06. 

Examples

Some examples of conversions will come here.Here are some examples of how various combinations of entities and CDATA tags are handled by Bokbasen.

Onix inOnix export
<Text>Bill &amp; Ben</Text>
<Text>Bill &amp; Ben</Text>
<Text>Bill <![CDATA[&]]> Ben</Text>
<Text>Bill &amp; Ben</Text>
<Text>Klågerup</Text>
<Text>Klågerup</Text>
<Text>Kl<![CDATA[å]]>gerup</Text>
<Text>Klågerup</Text>
<Text>Kl<![CDATA[&aring;]]>gerup</Text>
<Text>Klågerup</Text>
<Text>Kl&#229;gerup</Text>
<Text>Klågerup</Text>
<Text>Kl&#xE5;gerup</Text>
<Text>Klågerup</Text>
<Text>Kl<![CDATA[&#229;]]>gerup</Text>
<Text>Klågerup</Text>
<Text>Kl<![CDATA[&#xE5;]]>gerup</Text>
<Text>Klågerup</Text>
<Text><![CDATA[<p>Testing</p><br/> Number]]></Text>
<Text>Testing Number</Text>