// of the file, once,
// instead of on the elements.
m.setProperty("com.sun.xml.internal.bind.namespacePrefixMapper",
new RecordingNamespacePrefixMapper());
NLGSpec nlg = new NLGSpec();
nlg.setRecording(record);
StringWriter osTemp = new StringWriter();
m.marshal(nlg, osTemp);
// Prettify it.