i want to parse a xml like that. My output need to be a code in c or c++ who make the transformation of each letter in phoneme. I introduce a word at input and my generated code
I usually use lex/yacc or ANTLR for parsing related suff. ANTLR is very easy to learn/code.