Am 10.07.2018 um 23:51 schrieb oswall arguedas:
Greetings community of pharo

I have to process many XML files, to convert them to objects and incorporate them into a database and create an application in seaside.

In pharo I have found XmlParser, however I have not found documentation to use it as best as possible. I do not know if there is another more appropriate tool. Please if possible and there are examples of common use of xml processing inform me.

Thank you very much in advance
Oswall


Hello,

as always in small talk: look at the code (code and test cases).
There are some individual documents on the subject of XML, but to my knowledge there is no all-encompassing paper that covers everything about XML.

E.g. you find a paper about XPath <https://files.pharo.org/books-pdfs/booklet-Scraping/2017-09-29-scrapingbook.pdf>.

The author of the XML libraries available in Pharo is Monty and has a blog here: <https://montyos.wordpress.com/>.

If you want to delve deeper into the topic, I would read Monty's entries in the Pharo specific mailing lists. I'm sure you can learn a lot here. He is very competent and helpful.

<http://forum.world.st/template/NamlServlet.jtp?macro=search_page&node=1294792&query=author%3A%22monty%22&days=600&i=24> searches all entries of monty in the last 600 days.

HTH,
Franz Josef

Reply via email to