Index: xml_format.inc
===================================================================
--- xml_format.inc	(revision 25)
+++ xml_format.inc	(working copy)
@@ -110,6 +110,9 @@
           $_tx_terms[$_tx_term][$_tx_tag][] = $data;
         }
       }
+      elseif ($_tx_tag == 'name' || $_tx_tag == 'synonyms') {
+        @$_tx_terms[$_tx_term][$_tx_tag] .= $data;
+      }
       else {
         @$_tx_terms[$_tx_term][$_tx_tag] .= trim($data);
       }
