Lab 4 - Replace each <image> element's content

In this folder you will find juicers.xml and juicer-images.xml

Open and examine them.

Notice that juicer-images.xml contains detailed information
about each juicer.

You are to replace the <image> element in juicers.xml
with an <image> element in which the content is that
shown in juicer-images.xml

Example: replace this:

   <image>images/mighty_oj.gif</image>

with this:

   <image>
      <src>images/mighty_oj.gif</src>
      <alt>OJ Home Juicer</alt>
      <width>276</width>
      <height>281</height>
   </image>

Name your XQuery Update file: rename.xu