Added codes and softcopy.

This commit is contained in:
K
2025-06-11 14:19:19 +05:30
parent 091a580a74
commit 7df8927c43
32 changed files with 446 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?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>