Web Lab XML Codes
Web Lab XML Codes
<StudentCatalogue>
<Student id="IND001">
<Name>Arjun Mehta</Name>
<Age>22</Age>
<Gender>Male</Gender>
<Courses>
<Course>Computer Science</Course>
<Course>Data Structures</Course>
<Course>Machine Learning</Course>
</Courses>
<GPA>8.7</GPA>
<Email>[email protected]</Email>
<Phone>+91-9876543210</Phone>
<Address>
<City>New Delhi</City>
<State>Delhi</State>
<Pincode>110001</Pincode>
</Address>
</Student>
<Student id="IND002">
<Name>Sneha Iyer</Name>
<Age>21</Age>
<Gender>Female</Gender>
<Courses>
<Course>Electrical Engineering</Course>
<Course>Digital Circuits</Course>
<Course>Embedded Systems</Course>
</Courses>
<GPA>9.1</GPA>
<Email>[email protected]</Email>
<Phone>+91-9823001234</Phone>
<Address>
<City>Chennai</City>
<State>Tamil Nadu</State>
<Pincode>600020</Pincode>
</Address>
</Student>
<Student id="IND003">
<Name>Rahul Sharma</Name>
<Age>23</Age>
<Gender>Male</Gender>
<Courses>
<Course>Mechanical Engineering</Course>
<Course>Thermodynamics</Course>
<Course>Robotics</Course>
</Courses>
<GPA>8.4</GPA>
<Email>[email protected]</Email>
<Phone>+91-9988776655</Phone>
<Address>
<City>Jaipur</City>
<State>Rajasthan</State>
<Pincode>302004</Pincode>
</Address>
</Student>
<Student id="IND004">
<Name>Pooja Nair</Name>
<Age>20</Age>
<Gender>Female</Gender>
<Courses>
<Course>Information Technology</Course>
<Course>Cloud Computing</Course>
<Course>Cybersecurity</Course>
</Courses>
<GPA>9.3</GPA>
<Email>[email protected]</Email>
<Phone>+91-9101234567</Phone>
<Address>
<Street>67, MG Road</Street>
<City>Bangalore</City>
<State>Karnataka</State>
<Pincode>560001</Pincode>
</Address>
</Student>
<Student id="IND005">
<Name>Aditya Kulkarni</Name>
<Age>22</Age>
<Gender>Male</Gender>
<Courses>
<Course>Civil Engineering</Course>
<Course>Structural Analysis</Course>
<Course>Environmental Engineering</Course>
</Courses>
<GPA>8.9</GPA>
<Email>[email protected]</Email>
<Phone>+91-9090909090</Phone>
<Address>
<Street>88, FC Road</Street>
<City>Pune</City>
<State>Maharashtra</State>
<Pincode>411005</Pincode>
</Address>
</Student>
</StudentCatalogue>
<!DOCTYPE StudentCatalogue [
]>
<StudentCatalogue>
<Student>
<Name>Aarav Singh</Name>
<Age>21</Age>
<Gender>Male</Gender>
<Course>Computer Science</Course>
<GPA>8.8</GPA>
</Student>
<Student>
<Name>Divya Patel</Name>
<Age>22</Age>
<Gender>Female</Gender>
<Course>Electronics</Course>
<GPA>9.2</GPA>
</Student>
</StudentCatalogue>