I want to validate my XML-document without reference a XDR in my xml-document. I want to load the xdr and the xml-doc separately, and then validate my xml-doc.
I have heard that this is possible with dom3,
Do anybody know how to do this??