[xwiki-users] Groovy and getXMLEncoded() question

2008-01-24 Thread BOUSQUET Jeremie
Hello, I'm having a headache trying to understand why those 2 pieces of groovy do not generate exactly the same thing : 1)- % // LOOP 10 times println ( 'event' + xwiki.getXMLEncoded(blablabla) + '/event' ) // END LOOP % 2)- % str = '' // LOOP 10 times str = str + 'event'

Re: [xwiki-users] Groovy and getXMLEncoded() question

2008-01-24 Thread Esbach, Brandon
2008 16:05 To: users@xwiki.org Subject: [xwiki-users] Groovy and getXMLEncoded() question Hello, I'm having a headache trying to understand why those 2 pieces of groovy do not generate exactly the same thing : 1)- % // LOOP 10 times println ( 'event' + xwiki.getXMLEncoded(blablabla