[Previous] [Contents] [Next]


Summary


Today you saw many reasons why you would want to process your XML files. This processing can be done in different ways, depending on how you look at your XML data:

Plain text files
A series of events happening
A tree that can be navigated and manipulated

In the next few days, you will explore these viewpoints and their implementations much more deeply.

[Previous] [Contents] [Next]