Lab 1 - Capitalize the first letter of element names

Write a function that is given a string and it returns the identical
string, except the first letter is converted to uppercase.

Apply this function to all the elements in all the XML files in the
XML-files folder.

Example: convert this:

    <planet>

to this:

    <Planet>

Name your XQuery Update file: Capitalize-Names.xu