...
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 in | Onix export |
---|---|
<Text>Bill & Ben</Text> | <Text>Bill & Ben</Text> |
<Text>Bill <![CDATA[&]]> Ben</Text> | <Text>Bill & Ben</Text> |
<Text>Klågerup</Text> | <Text>Klågerup</Text> |
<Text>Kl<![CDATA[å]]>gerup</Text> | <Text>Klågerup</Text> |
<Text>Kl<![CDATA[å]]>gerup</Text> | <Text>Klågerup</Text> |
<Text>Klågerup</Text> | <Text>Klågerup</Text> |
<Text>Klågerup</Text> | <Text>Klågerup</Text> |
<Text>Kl<![CDATA[å]]>gerup</Text> | <Text>Klågerup</Text> |
<Text>Kl<![CDATA[å]]>gerup</Text> | <Text>Klågerup</Text> |
<Text><![CDATA[<p>Testing</p><br/> Number]]></Text> | <Text>Testing Number</Text> |