chandrikaXML program (same program won’t come for the lab test)
1) Create a DTD for Cricket-match, where each match has the child elements IPL and Owner. The IPL has the child element team-name which includes all the team names participating in IPL. Each Team name has the sub child elements like No of match played, Won, Loss, and Points. Each owner element has the child element Owner details which has the following attributes like Owner-Name with sub attribute Partner names, Employed (Required) , Bid rate min 5Lacks. Entities must be declared for the names of popular team.
a) Create an XML document with at least five instances of the cricket-match elements defined in the DTD and produce a display of the raw xml document.
b) Create a style sheet for the above XML document and use it to create a display the above document