Lab 14: Get experience using the matches() 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. Create an XPath expression which validates that every cost has two digits to the
   right of the decimal point. Change one of the cost value (add another digit onto
   the end) and execute your XPath expression again.


2. Is the second juicer's name 'CHAMPION JUICER'? Create an XPath expression to answer this
   question. Do a case-insensitive comparison.

