Hilaire Normally this is XMLParser. I extracted just the XML parser and not all the tools. Now if you want to write you have XMLWriter.
Let us know if it works. Stef On Jun 3, 2013, at 10:17 AM, Hilaire Fernandes <[email protected]> wrote: > Hello, > > To build DrGeo I use the squeaksource MetacelloRepository (example bellow). > I can not find it in SmalltalkHub? > I can see in PahroExtra/XMLParser ConfigurationOfXMLParser, is it the > same as ConfigurationOfXMLSupport. Can I find equivalent of > ConfigurationOfXMLSupport matching the exact same XML source version? > Unhelpful, I did not find how to browse the source form Smalltalkhub to > explore online the ConfigurationOf... code. > > Thanks > > Hilaire > > > baseline1012: spec > <version: '10.12-baseline'> > spec for: #pharo do: [ > spec blessing: #baseline. > spec project: 'XML Parser' with: [ > spec className: 'ConfigurationOfXMLSupport'; > version: '1.0.1'; > loads: #('default'); > file: 'ConfigurationOfXMLSupport'; > repository: 'http://www.squeaksource.com/MetacelloRepository']. > spec package: 'DrGeoII-Core' with: [ > spec requires: 'XML Parser']] > > -- > Dr. Geo - http://drgeo.eu > >
