Processing XML with Perl | ![]() |
Michel Rodriguez |
![]() Stream Processing |
![]() |
![]() Filtering vs Extracting |
The other main model is the tree model: A whole document is parsed and loaded in memory as a tree. The tree can then be queried, updated and if needed output as XML.
Pros
Cons
Usually development will be faster and the software more robust, as working with a tree is usually easier for programmers than dealing with a stream.
![]() Stream Processing |
![]() |
![]() Filtering vs Extracting |