Embedded java source in xml problems

Hi,

trying to use HashJoin component, I encounter this problem with my embedded java class : my graph is not correct xml.

The point is I have a 'for (int i=0 ; ’ in my class, and this doesn’t allow the xml to be parsed.

Is there a way to ‘escape’ wrong characters, or do I have to fall back on compiling the class ?

PS : I have tried to add a CDATA section, but then the component says “Can’t find class name within source code !”

Regards,
Franck

Hello !

There are definitely escape characters for whatever character from standard ASCII or CPxxxx codepage.
You may use some text editor which allows to convert text into XML safe format.

CloverGUI should also provide the conversion, if you embed your Java source code into transformation graph.

David.