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.2 I'm using my own custom tags and custom attributes. Why are they removed when loading the document into edit-on Pro?
Per default the cleanup process of edit-on Pro removes all elements and attributes which are not included in the XHTML Transitional DTD. By setting the "dropillegalattributes" and "dropillegaltags" attributes of the cleanupprocess to false, you can prevent the removing of custom elements and attributes:
....
<cleanupprocess cleanuponload="auto"
cleanuponsave="auto" dropillegalattributes="false" dropillegaltags="false" />
....
If you do not want edit-on Pro to remove your custom tags and attributes, but to remove all other tags and attributes which aren't included in the XHTML Transitional DTD, you must create your own DTD containing your custom tags and attributes, see FAQ