Added codes and softcopy.
This commit is contained in:
Executable
+26
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user