What's the status of XML support for pharo? Anyone tested if
old (squeak) parsers work and what about xpath? @Alexandre: Whats the reason to put class "XMLParserTest" (a unit test) into the parser package instead of the XML testing package? (see XML-Parser-AlexandreBergel.15.mcz on 'http://www.squeaksource.com/XMLSupport') Thx T. -- Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Torsten,
The work done by Michael is excellent. The parser works pretty well, even on big XML files. There is currently no support for XPath unfortunately. Pastell by Giovanni is a first step, but most of the test are red. I plan to put some work on Pastell in a few days. We could do it together if you wish. XMLParserTest is a collection of simple and small tests that run out of the box. No need of external files as the XML testing package requires as far as I remember. Cheers, Alexandre On 27 May 2009, at 09:17, Torsten Bergmann wrote: > What's the status of XML support for pharo? Anyone tested if > old (squeak) parsers work and what about xpath? > > > @Alexandre: > Whats the reason to put class "XMLParserTest" (a unit test) > into the parser package instead of the XML testing package? > (see XML-Parser-AlexandreBergel.15.mcz on 'http://www.squeaksource.com/XMLSupport') > > Thx > T. > > > > > -- > Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + > Telefonanschluss für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
The problem with the tests of mike is that they required external
files and so I do not know if they were run. Stef On May 27, 2009, at 4:35 PM, Alexandre Bergel wrote: > Hi Torsten, > > The work done by Michael is excellent. The parser works pretty well, > even on big XML files. There is currently no support for XPath > unfortunately. Pastell by Giovanni is a first step, but most of the > test are red. I plan to put some work on Pastell in a few days. We > could do it together if you wish. > > XMLParserTest is a collection of simple and small tests that run out > of the box. No need of external files as the XML testing package > requires as far as I remember. > > Cheers, > Alexandre > > On 27 May 2009, at 09:17, Torsten Bergmann wrote: > >> What's the status of XML support for pharo? Anyone tested if >> old (squeak) parsers work and what about xpath? >> >> >> @Alexandre: >> Whats the reason to put class "XMLParserTest" (a unit test) >> into the parser package instead of the XML testing package? >> (see XML-Parser-AlexandreBergel.15.mcz on 'http://www.squeaksource.com/XMLSupport') >> >> Thx >> T. >> >> >> >> >> -- >> Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + >> Telefonanschluss für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 >> > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> The problem with the tests of mike is that they required external
> files and so I do not know > if they were run. Exactly. the tests were not that relevant to me. Alexandre > > On May 27, 2009, at 4:35 PM, Alexandre Bergel wrote: > >> Hi Torsten, >> >> The work done by Michael is excellent. The parser works pretty well, >> even on big XML files. There is currently no support for XPath >> unfortunately. Pastell by Giovanni is a first step, but most of the >> test are red. I plan to put some work on Pastell in a few days. We >> could do it together if you wish. >> >> XMLParserTest is a collection of simple and small tests that run out >> of the box. No need of external files as the XML testing package >> requires as far as I remember. >> >> Cheers, >> Alexandre >> >> On 27 May 2009, at 09:17, Torsten Bergmann wrote: >> >>> What's the status of XML support for pharo? Anyone tested if >>> old (squeak) parsers work and what about xpath? >>> >>> >>> @Alexandre: >>> Whats the reason to put class "XMLParserTest" (a unit test) >>> into the parser package instead of the XML testing package? >>> (see XML-Parser-AlexandreBergel.15.mcz on 'http://www.squeaksource.com/XMLSupport') >>> >>> Thx >>> T. >>> >>> >>> >>> >>> -- >>> Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + >>> Telefonanschluss für nur 17,95 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02 >>> >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Stéphane Ducasse
Stéphane Ducasse wrote:
> The problem with the tests of mike is that they required external > files and so I do not know > if they were run. I haven't looked at those tests in a long while. A lot of them failed because back then here was no unicode support in Squeak. So, a fresh look couldn't hurt :-) Michael _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Alexandre Bergel-4
On Wed, May 27, 2009 at 9:35 PM, Alexandre Bergel
<[hidden email]> wrote: > Hi Torsten, > > The work done by Michael is excellent. The parser works pretty well, > even on big XML files. There is currently no support for XPath > unfortunately. Pastell by Giovanni is a first step, but most of the > test are red. I plan to put some work on Pastell in a few days. We > could do it together if you wish. > > XMLParserTest is a collection of simple and small tests that run out > of the box. No need of external files as the XML testing package > requires as far as I remember. Regarding XML, Julien Bourdon developped some support for RDF : http://www.squeaksource.com/Rikaiko.html -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Smalltalkers do: [:it | All with: Class, (And love: it)] http://doesnotunderstand.org/ _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |