Files
WebTechnology/Codes/Codes-3/employees.xml
T

27 lines
701 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="employees.xsl"?>
<employees>
<employee>
<id>1</id>
<name>Kshitij K</name>
<position>DevOps Engineer</position>
<department>IT</department>
<salary>6000000</salary>
</employee>
<employee>
<id>2</id>
<name>Ayush Kalas</name>
<position>Project Manager</position>
<department>IT</department>
<salary>8000</salary>
</employee>
<employee>
<id>3</id>
<name>Ombase</name>
<position>Frontend Developer</position>
<department>IT</department>
<salary>500</salary>
</employee>
</employees>