ddccrime

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 XQuery. Using XQuery, you can select data based on search criteria, join data from multiple tables (like in SQL), and summarize data with aggregate functions.

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 queries using XQuery, which I have never heard of before. For me, it was very difficult to get used to the structure and also to make sure that it passed validation, but in the end, I did get the hang of it.