*/
@Test
public void testCharacterStringFormat() throws JAXBException {
final String inspire = getDataIdentificationXML(true);
final String simpler = getDataIdentificationXML(false);
final DataIdentificationMock id = new DataIdentificationMock(Locale.FRENCH);
final Marshaller marshaller = pool.acquireMarshaller();
assertNull(marshaller.getProperty(XML.STRING_SUBSTITUTES));
assertXmlEquals(inspire, marshal(marshaller, id), "xmlns:*");