Nicolai Hess wrote:
hi Nicolas, What you say seems inconsistent with... OrderedCollection>>copyReplaceFrom:to:with: which ends with ^newOrderedCollection The test fails because... ^ self collection copyReplaceFrom: start to: stop with: replacementCollection returns anOrderedCollection because /collection/ is an OrderedCollection What is needed is... ^ self newWithCollection: (collection copyReplaceFrom: start to: stop with: replacementCollection). which returns anXMLOrderedList. cheers -ben
|
- [Pharo-users] XMLOrderedList Concantenation Thushar G R
- Re: [Pharo-users] XMLOrderedList Concantenation Ben Coman
- Re: [Pharo-users] XMLOrderedList Concantena... Thushar G R
- Re: [Pharo-users] XMLOrderedList Concan... Ben Coman
- Re: [Pharo-users] XMLOrderedList Co... Nicolai Hess
- Re: [Pharo-users] XMLOrderedLi... Sven Van Caekenberghe
- Re: [Pharo-users] XMLOrderedList Co... Carlo
- Re: [Pharo-users] XMLOrderedLi... Nicolai Hess
- Re: [Pharo-users] XMLOrder... Carlo
- Re: [Pharo-users] XMLOrder... btc
- Re: [Pharo-users] XMLO... Nicolai Hess
- Re: [Pharo-users] XMLOrderedList Concantenation Thushar G R