Squeak SmalltalkJoker Squeak Smalltalk : Network : prevnext YAXO

The easiest way to deal with parsing XML is to parse into a DOM
structure and then just walk through it recursively.
See
XMLDOMParser addressBookXMLWithDTD
for an example.
You can also read the XML directly from a file by using
XMLDOMParser>>parseDocumentFromFileNamed: fileName