Start to generate XML
Thus far we have been simply echoing the input. Now we will start generating XML tags.
We are able to recognize the Title (because of the quotes). So, we can generate <Title> … </Title> (we will fill in the element with the token)
For the other fields we will simply generate <Field>…</Field>