public void testJAXBFragments() throws Exception
{
ByteArrayOutputStream bout = new ByteArrayOutputStream();
PrintWriter writer = new PrintWriter( bout);
XMLFragment fragment = new XMLFragment(JAXB_FRAGMENT);
fragment.writeTo(writer);
writer.flush();
String s = bout.toString();
//System.out.println(s);