The Trunk: XML-Parser-topa.39.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: XML-Parser-topa.39.mcz

commits-2
Tobias Pape uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/XML-Parser-topa.39.mcz

==================== Summary ====================

Name: XML-Parser-topa.39
Author: topa
Time: 9 June 2016, 3:16:16.924836 pm
UUID: 33e09f13-48b9-47a4-809f-f309fb228dd2
Ancestors: XML-Parser-topa.38

fix typo

=============== Diff against XML-Parser-topa.38 ===============

Item was changed:
  ----- Method: XMLDOMParser class>>serviceExplore (in category 'file reader services') -----
  serviceExplore
 
  ^ SimpleServiceEntry
  provider: [:fullName |
  (FileStream readOnlyFileNamed: fullName do:
  [:file | self parseDocumentFrom: file useNamespaces: true]) explore]
  label: 'explore XML'
  selector: #value:
+ description: 'read and parse the file and explore its XML structure'
- description: 'read and partse the file and explore its XML structure'
  buttonLabel: 'explore'!