<?xml version="1.0" encoding="UTF-8"?>
<EmployeeDB>
<employee>
<id>
E101
</id>
<name>
Pepper Potts
</name>
<department>
Contribution
</department>
<role>
Editor
</role>
</employee>
<employee>
<id>
E102
</id>
<name>
Rhodey Rhodes
</name>
<department>
Contribution
</department>
<role>
Editor
</role>
</employee>
<employee>
<id>
E103
</id>
<name>
Tony Stark
</name>
<department>
Adminstration
</department>
<role>
Admin
</role>
</employee>
</EmployeeDB>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.