Support files for MacEdition
By
MarkD on June 10 2003
Be sure to read the XML article over at MacEdition,
Eeek! XML!
These two samples are a bare-bones use of the Apple XML parsing
features. Both samples by default will load XML from my
weblog, but you can
get an XML file and load it locally.
Using the High-Level API
highlevel.tar.gz shows the loading of
XML data into a CFTree, and then the walking of that tree, printing
information out to the terminal / project builder.
Using the Low-Level API
lowlevel.tar.gz shows the loading of XML
data using the callback API, putting the data into Cocoa objects.