Hi, Olivier Coppel wrote: > Is there a way to validate (by a XSD schema) a JDOM tree after its memory > loading ? As JDOM does not support in-memory DTD or schema validation, the simplest way is to output the document to a String and parse it with a validating XML parser. Laurent