Possible Duplicate:
How to disable/avoid Ampersand-Escaping in Java-XML?
i need to create something like: ∧(in the xml-file) and the problem is, that the java technique i am using convertes it to ∧ what doesn´t work for me. i need it in the first format. so, the question is, is there a way to escape it in some way or whatever to get it like that: ∧?
for the exporting i am using the same method as here: link