Validation against XSD - For Java-Xml Guru only

Hi all, i'd like to know how to validate a xml document against a XSD when the xsd has been created after the xml document ... of course without modifying the original xml document !!I use last version of xalan and xerces.Thanks a lot !
[279 byte] By [javamad] at [2007-9-19]
# 1
does it really matter? Validation is done when you call method parse or something. Weather or not the parsing is against its schema is configured without an actual xml/xsd file. As long as the xsd exist at the point of validation, there should be no problem.
dataintl at 2007-7-4 > top of java,Enterprise & Remote Computing,Enterprise Technologies...