Lab 4 - Merge multiple files using FLWOR

In this folder you will find:

  - juicers.xml - this XML document contains name, image, warranty, and weight
                  info for each juicer.
  - juicer-costs.xml - this XML document shows the cost of each juicer.
  - juicer-retailers.xml - this XML document shows the retailer for each juicer.

You are to merge the information in these files.  You are to create an HTML table
composed of: name, type, cost (USD), and retailer for each _electric_ juicer, and
the data is to be _sorted_ by juicer name.

You must use the FLWOR construct to implement the solution.

Results.html shows what the output should look like.

Note that each XML document uses namespaces.

Use juicers.xq as your starting point. Replace FILL-IN-HERE with the appropriate
XQuery. Note the default XHTML namespace.

