Skip to content

Instantly share code, notes, and snippets.

@turumbay
Created March 11, 2011 21:05
Show Gist options
  • Save turumbay/866576 to your computer and use it in GitHub Desktop.
Save turumbay/866576 to your computer and use it in GitHub Desktop.
test.for.posterous
{
final HashMap nstjsons = new HashMap();
final Configuration config = new Configuration(nstjsons);
config.setSupressAtAttributes(false);
mof = new MappedXMLOutputFactory(config);
mif = new MappedXMLInputFactory(config);
convention = new MappedNamespaceConvention(config);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment