If I have internal declarations, the w3c dom preserves them, makes them accessible withDocument.getDoctype().getInternalSubset(), and writes them out if I serialize.
But if I take this into dom4j through org.dom4j.io.DomReader, they are lost- they don't end up in the InternalEntityDecl List, and they don't stay if I serialize. How am I supposed to preserve internal declarations that must be there when I serialize for the document to remain valid? -Tom _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
