On Jun 4, 2013, at 7:18 AM, Hilaire Fernandes <[email protected]> wrote:
> Stephane, > > The lack for me was the configurationOfXML with the XML-Parser version I > use (#20, a bit old). > As this is problably limited to my sistuation I recreate a > configurationOfXML in my own repo. > > Btw, I use XML-Parser for both read and write of XML file. > Was XML-support splited in two packages recently? yes Normally when loading the parser you would get the writer but damien cut it apart. Stef > > Thanks > > Hilaire > > Le 03/06/2013 22:08, Stéphane Ducasse a écrit : >> 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 >>> >>> >> > > > -- > Dr. Geo - http://drgeo.eu > >
