To answer your first question, if you were to use the XML to check whetner or not some word exists, you could use "Compare two values" and check if XML.NodeCount("/dict[word='AB']/word") is greater than 0.
Magistross
I've try that, but it can't.
I just change 'AB' into a global variable.