Validating XML file
-
Good Morning to all I have following data in xml file <StudentInfo> <student rollno="101"> <name>ABC</name> <contactNo>9926090838</contactNo> <email>sumitprakash_sharma@yahoo.com</email> </student> </StudentInfo> now as we see all the values is in proper data type ie . rollno integer name string contactNo long email string now i want to validate user to enter the information in proper data type so please tell me how can i validate user to insert proper data
-
Good Morning to all I have following data in xml file <StudentInfo> <student rollno="101"> <name>ABC</name> <contactNo>9926090838</contactNo> <email>sumitprakash_sharma@yahoo.com</email> </student> </StudentInfo> now as we see all the values is in proper data type ie . rollno integer name string contactNo long email string now i want to validate user to enter the information in proper data type so please tell me how can i validate user to insert proper data