i'm actually using templates to generate documents automatically out of a java-application.
i've tried to mask the character '&' with several methods, but they all failed: & & \&
the one thing that didn't fail was <![CDATA[ & ...
so the & works now,
but the file itself seems to be corrupted, and openOffice tells me that there is an error at an position (there stands a 'r' ???) and after i open the xml-file in a texteditor and change the encoding type to UTF-8 and actualise the archive, it works.
But the character 'ß' is now replaced by '?' (i'm from germany and yes, we use this
My questions are now, why do i have to change the encoding type? (has this to do with the way i access the .jar / .ott // but it works for other data without '&')
The other question is, why doesn't the <![CDATA[ .. mask the ß ? ( i'm not sure, but i think ß worked without <![CDATA[ when there was no & in the data)
Can anyone help me with this...i'm going slightly mad
Thanks for any help
Quietschie