employee employeexsl

How I Created It:

This is actually from a tutorial from the text book, "New Perspectives on XML, Comprehensive, 3rd Edition". I used the tutorial as a guide to create an XML document using templates and various attributes. For this exercise, I needed to group the employees by gender, department and position.

Here is a list of most of the elements and attributes that I used, many of them for the first time:

What I Learned:

I learned to create more advanced XML templates using keys, loops, and grouping techniques.