So I\'m having a slightly tricky issue... I\'m generating an XML file within a class I\'m writing. Let\'s say this was the starting XML:
I have a table like the following, id| name| color| ------+--------+--------- 1| pear| gr开发者_C百科een|
I have an enum class like the following: public enum Letter { OMEGA_LETTER(\"Omega\"), GAMMA_LETTER(\"Gamma\"),