Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
navjotsinghprince committed Feb 8, 2025
1 parent 8a0c9c8 commit dcbb07f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
Binary file added Language Codes - ISO 639-2 - Codes.pdf
Binary file not shown.
43 changes: 43 additions & 0 deletions demo-valid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<Company>
<Employees>
<Employee>
<ID>001</ID>
<Name>John Doe</Name>
<Position>Software Engineer</Position>
<Department>Development</Department>
<Email>[email protected]</Email>
</Employee>
<Employee>
<ID>002</ID>
<Name>Jane Smith</Name>
<Position>Project Manager</Position>
<Department>Management</Department>
<Email>[email protected]</Email>
</Employee>
<Employee>
<ID>003</ID>
<Name>Emily Davis</Name>
<Position>UI/UX Designer</Position>
<Department>Design</Department>
<Email>[email protected]</Email>
</Employee>
</Employees>
<Projects>
<Project>
<ID>P001</ID>
<Name>Website Redesign</Name>
<Manager>Jane Smith</Manager>
<Deadline>2025-03-15</Deadline>
<Status>In Progress</Status>
</Project>
<Project>
<ID>P002</ID>
<Name>Mobile App Development</Name>
<Manager>John Doe</Manager>
<Deadline>2025-04-30</Deadline>
<Status>Pending</Status>
</Project>
</Projects>
</Company>

0 comments on commit dcbb07f

Please sign in to comment.