Created
March 11, 2011 21:05
-
-
Save turumbay/866576 to your computer and use it in GitHub Desktop.
test.for.posterous
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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