Now that you see the easy side of XML, we will expose some of
XML's quirks. You need to consider these quirks when
working with XML and Perl.
As you might expect, a raw XML processor working alone
isn't very interesting. For this reason, a computer
program that actually does something cool or useful with XML uses a
processor as just one component. It usually reads an XML file and,
through the magic of parsing, turns it into in-memory structures that
the rest of the program can do whatever it likes with.