[Contents] [Next]



Processing XML


Today you'll learn why and how XML data can be used for further processing. We will also discuss the two main programming paradigms used in XML processing:

The event-driven approach
The tree-based approach

[Contents] [Next]