I've just converted a project I'm working on from JDOM. dom4j seems to work very nicely.
Now, I'd like sometimes to have the receiver of a document validate it using a schema known to him, rather than named in the document itself. Is there a neater way of doing this than parsing the doc without validation, adding the schema reference, converting it back to XML and then reparsing it with validation on? For instance, is there a parser that will do its validation on a dom4j Document? Cheers Tony Montgomery-Smith PCMS Datafit Ltd Huntingdon UK _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
