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

G R Thushar
Team Leader(Technology),
Signos Software Solutions Pvt. Ltd.
Ground Floor��A.R Plaza, TC 11/43 (2),
P.M.G Junction,
Thiruvananthapuram, 695004. Kerala, India.

Web: www.signossolutions.com
Email: thushar.gr@signossolutions.com, thushar.gr@gmail.com
Phone: +919846577772





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