<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="Exp11.css"?>
<students>
    <student>
        <id>25</id>
        <name>Disha</name>
        <age>20</age>
        <department>Computer Science</department>
        <email>disha@example.com</email>
    </student>
    <student>
        <id>85</id>
        <name>Tanvi</name>
        <age>20</age>
        <department>Information Technology</department>
        <email>tanvi@example.com</email>
    </student>
    </students>
