Web Technology - Old Questions
Question Answer Details
2. How XML is different from HTML? Write XML script to create XML document containing element Person having sub elements Age, Name and Pincode. Write equivalent XSD for validating restrictions on the elements as the Age should be between 10 to 20, the Name should be be only accepting either Ram or Shyam and the Pincode should be 3 digit.
Answer
AI Generated Answer
AI is thinking...