Web TechnologyTU Board 2080
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…
10How 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 and 20, the Name should be only accepting either Ram or Shyam and the pincode should be 3 digit.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
Define CSS. What is the use of CSS shadow effects? Write an HTML script with proper CSS as per the following description. Display a text content "CSIT Exam"…TU Board 208210What are jQuery selectors? Explain jQuery callback and chaining effects with appropriate jQuery scripts.TU Board 208210What is the use of XML? Create a XML file having complex type elements containing other elements and text. At least one element should contain an attribute.…TU Board 208210Define web clients and web servers with examples.TU Board 20825Write a HTML script using audio tag. Set the autoplay, preload and loop properties to appropriate values.TU Board 20825Write HTML script to demonstrate the onkeydown and onkeypress events.TU Board 20825