public void testToXmlTextValue() throws Exception {
   assertEquals("&lt;\"'>&amp;", XmlUtils.toXmlTextValue("<\"'>&"));
 }