I have added the following methods available in the Configuration Browser for Pharo 3:
#currentNode #currentNodeUpToAny: #includesTag: #isTag #peekText #textWhileNotTag: and tests #testIncludesTag #testIsTag #testPeekText #testTagName #testTextWhileNotTag these are mostly convenience methods resulting of daily working with huge XML files since 2 years ago. I don't know about SIXX but I feel the parser is pretty stable and ready for most typical parsing tasks. Cheers, Hernán 2014-07-28 16:25 GMT-03:00 stepharo <[email protected]>: > Check because Hernan did something and there is a chapter on pfte > > > > On 28/7/14 14:52, Mariano Martinez Peck wrote: > > Hi guys, > > I was reading this post: > http://kentreis.wordpress.com/2009/06/01/deep-sixx-with-xml-pull-parser/ > > about using a XMLPullParser with SIXX. This is from 2009 and I guess I > guess SIXX and XML parsers have been changing in the last years. So...does > somebody know if there is an updated version of a XML Pull Parser? And > second question, any integration with SIXX? > > Thanks in advance, > > -- > Mariano > http://marianopeck.wordpress.com > > >
