PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.1.290 (2007-11-07)
TYPO3 Extension:
2.0.2 (2007-06-14)
1.18 How to preserve unknown XML Tags when loading documents into edit-on Pro?
Generally there are two possibilities to preserve unknown XML tags within documents the user is loading into the editor:
First possibility:
For introducing this editor behavior you have to set following definitions into your config.xml file used:
<cleanupprocess cleanuponload="auto" cleanuponsave="auto" dropillegaltags="<strong>false" />
<documentvalidation enabled="<strong>true" validateonsave="false" overridedoctype="true" />
Second possibility:
For introducing this editor behavior you have to set following definitions into your config.xml file used:
<cleanupprocess cleanuponload="auto" cleanuponsave="auto" dropillegaltags="<strong>false" />
<documentvalidation enabled="<strong>false" validateonsave="false" overridedoctype="true" />