BIT301 Web Technology II

Web Technology IITU Board 2081

What is the use of XML? Given following XML, write XSD for validating the XML and also write XSLT to transform the XML into HTML file. The Name, and Address are string type, Number is integer and…

10

What is the use of XML? Given following XML, write XSD for validating the XML and also write XSLT to transform the XML into HTML file. The Name, and Address are string type, Number is integer and the Accessible is Boolean type. The child elements should appear in the order as below.

<University> <Campus type= "Affiliated"> <Name>BMC</Name> <Address>Bhaktapur</Address> <Number>35</Number> <Accessible>Yes</Accessible> </Campus> <Campus type= "Constituent"> <Name>CMC</Name> <Address>Chitwan</Address> <Number>35</Number> <Accessible>No</Accessible> </Campus> </University>
A worked answer is on its wayMeanwhile, read the Web Technology II notes for this topic.

Discussion

Loading…

More Web Technology II questions

All Web Technology II old questions