PDFreactor:
3.0.2995 (2008-04-15)
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.4 How can I use my own custom tags and custom attributes in my documents?
Per default, edit-on Pro validates the content against the XHTML Transitional DTD. Unless the parameters "dropillegalattributes" and "dropillegaltags" are set to false (see also FAQ 1.2), edit-on Pro removes all tags and attributes which aren't included in the XHTML Transitional DTD. Otherwise it will preserve all illegal tags, which means it preserves all tags and attributes that aren't XHTML compliant, including custom tags.
In order to preserve only your custom tags and custom attributes you must perform the following steps:
A sample which demonstrates the use of custom tags and attributes is included in the edit-on Pro installation package in the folder /samples/customdtd and is also available online at edit-on Pro Custom DTD Sample.
Please also read the samples readme.txt file as it provides some further information.