The original issue that started this thread was corrected by the DITA OT quite a while ago, and it isn't an issue in XMetaL Author Enterprise 10 in my testing (which runs DITA OT 2.0 by default) so I think you might be describing a different issue.
Can you explain in more detail what your DITA file looks like (actual DITA markup would be best) and what you are expecting to see in the output?
Is it something like this? -- With the
<keyword> portion being the most relevant part here.
<?xml version="1.0"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="concept_58E59DD450814ADCA030CE0EBC6EA341">
<title>testing one two <keyword>three</keyword></title>
<conbody>
<p>this is a test</p>
</conbody>
</concept>
Please also provide the markup for the <topicref> from your map as well as that could be affecting what you see in output.