December 1999
Intermediate to advanced
992 pages
22h 3m
English
The SAX API has some features that your application is less likely to need than the preceding features. However, they are worth discussing anyway.
EntityResolver is probably the most important advanced capability of the SAX API. XML documents may be built out of more than one entity. That is, in addition to the main file, they may also incorporate other components. This is frequently done with DTDs, referring to external declarations, and it may be done with documents that have their content split between several other files. An example is building a book out of chapters. Each chapter could be in a file by itself, accessed as an external entity. Different authors ...
Read now
Unlock full access