
|
1.18 How to preserve unknown XML Tags when loading documents into edit-on Pro 4?
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="false" /> <documentvalidation enabled="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="false" /> <documentvalidation enabled="false" validateonsave="false" overridedoctype="true" />
|
|