We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gathering of existing material ...
https://wiki.squeak.org/squeak/6338
https://wiki.squeak.org/squeak/6433
https://wiki.squeak.org/squeak/6342
(XMLDOMParser parseFileNamed: 'fao_country_names.xml') firstNode allElementsSelect: [ : each | each localName = 'geographical_region' ].
The file fao_country_names.xml seems to be no longer available in XML, see https://data.apps.fao.org/catalog/dataset/country-names
Find another candidate.
https://github.com/pharo-contributions/XML-XMLParser
|xmlString| xmlString := ' Afghanistan Albania Algeria '.
(XMLDOMParser parse: xmlString) document root nodes inspect
Does not work, needs to be adapted.