Thushar G R wrote:
Hi,

Thanks for all the responses.Ben and Carlos solutions works. What workaround i did was i overrided the concatenation method in XMLOrderedList for the time being , until someone authorised has 
has a solution and commits it.I hope it happens soon so i dont have to maintain a patch.

Thanks to all,
thushar


btw, did you make your XMLOrderedList>>copyReplaceFrom:to:with an extension of XLMParser from your own package. That way you avoid a dirty XMLParser package by saving your method with your package.
cheers -ben




On Mon, May 5, 2014 at 4:47 PM, Thushar G R <thushar...@gmail.com> wrote:
Hi,

I am getting an error while doing this.

a := XMLOrderedList new.
a add:'1'.
a , XMLOrderedList new.

Thanks,

Thushar


Reply via email to