Lab 15: Get experience using the tokenize() 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. Tokenize the name of the third juicer.


2. The result of your XPath expression from (1) is a sequence. Select the first item
   in the sequence.


3. Tokenize the URL in the first juicer's retailer element, i.e., split this:

   http://www.thewhitewhale.com/oj.htm

   into this sequence: (http, www, thewhitewhale, com, oj, htm)