User-2054057000 posted
You will have to work in the
jQuery .change() event of your text box:
$("#yourTextBox").change(function () {
....
});
For validation XML with XSD you will have to create your own logic, which I think is not difficult at all. Check this tutorial for it:
JavaScript XSD Validation