This is a third exercise following the sequence of the other two with the current description:
Implement a function FolderNames, which accepts a string containing an XML
file that specifies folder structure and returns all folder names that start
with startingLetter. The XML format is given in the example below.
For example, for the letter ‘u’ and XML file:
the function should return “uninstall information” and “users” (in any order).