validating XML documents against a DTD
ManjitJan 8 2004 — edited Feb 8 2004Guys I am new to XML and I have this requirement to validate a XML document against a DTD.This validation has to be done through my java application.In short , a user enters a XML data thru a JSP form ,and moment he presses the SAVE button my java program should validate the XML data against a DTD and then display any error or else save the data into an Oracle table.
I was wondering lot of program/utitlities must be available out there which will do the validation for me ,rather than me re-inventing the wheel.
Please advice.
Thanks
Manohar.