Hi All,
I am validating the xml against the xsd. I just create a document and want to validate it against the sample.xsd in the c directory. in my code the SAX parser's method is supposed to take a URI location as
string but i want to pass the document directly to the parser. is there a way to do this.
i dont have much idea about parser. can anyone help me to solve this problem?