hi xerces list, i have some problems with validating xml documents during parsing. at first i have a xml sample file and the fitting xml schema file for it. so i can parse (with validation on) that file in my server app and send it to my client app. here can i parse the received buffer properly, so far so good all works fine. but what if i sign or encrypt (with XML Dsig Enc) this document during transmission. signing .... i think i have to adjust my schema file in my client but don't now how i must do that? encrypting ... here i guess i have to decrypt at first and validate the DOM tree afterwards, right? but could not figure out how to validate a DOMDocument. I've read the xerces docs already and found something about a XMLValidator, but don't know how to handle it.
hopefully, this is the right list for my question. sorry if not, and where can i find the right place for this kind of questions? any help is appreciated martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]