| Method Todos |
|---|
| handleAnnotationElement(): This method is horriable long. Please refactor in a later version. |
| Class Todos |
|---|
| Do more testing to find the occasion for failing DOM test with the Sun JDK 1.4.2 and not with IBMs 1.4.2 implementation and the JDK 1.5. Also do this test with the Versions for M$ Windows. |
| Remove dependency from {@link de.speexx.xml.sax.helpers.AbstractXmlReader} with use of {@link javax.xml.transform.sax.SAXTransformerFactory}. |
| Method Todos |
|---|
| handleAnnotations(): Note: at this time of implementation the serialization algorithm is very stupid. The algorithm doesn't do any check for nested elements. If it found an annotation (element) to close, it closes all open annotations an will reopen outer elements by annotation chaining. This technic is well definied but blows up the size of the output very heavy. This will be change later with a more intelligent algorithm to reduce the output size. sascha (2004-12-24) |