Lab 13: Get experience using  value comparison, is, <<, >>

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. Does the Omega juicer cost less than the Champion juicer? Create an XPath expression
   to answer this question. Use only value comparison operators.


2. Is the juicer that has the retailer http://www.discountjuicers.com/greencomplete.html
   the same as the juicer with cost 459.99? Create an XPath expression to answer this
   question. 


3. Does the Omega juicer come before the Champion juicer in the XML document? Create an XPath
   expression to answer this question.
