Lab 16: Get experience using the replace function

In this folder you will find:

   - juicers.xml

Open juicers.xml and see how this XML document is organized.

Drag and drop juicers.xml into Oxygen XML.

In Oxygen, create XPath expressions to:

1. Replace the spaces in the first juicer's name with a dash. Repeat for
   each juicer.


2. The value of the electric attribute is true/false. Replace each true with 1
   and each false with 0.


3. Convert this:

      W151TBH

   to this:

      W#151#TBH


4. Convert these:

      ('Deposit500RC', 'Withdraw250DH', 'Withdraw400HC')

   to this:

      Deposit#500#RC, Withdraw#250#DH, Withdraw#400#HC
