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
On Mon, May 5, 2014 at 4:47 PM, Thushar G R <thushar.gr@gmail.com> wrote:
Hi,
I am getting an error while doing this.
a := XMLOrderedList new.
a add:'1'.
a , XMLOrderedList new.
Thanks,
Thushar