I did the simplest thing I could think of and overrode
XMLPageElement>>handleEndTag
        ^ self nodes sort: [ :a :b | a < b ].

It worked but feels like a hack. Anyone have anything better?

- S

--
View this message in context: 
http://forum.world.st/Parsing-XML-into-sorted-elements-tp3615867p3615899.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to