Created
June 17, 2015 14:55
-
-
Save danared/12138d6f07c8212a3f6b to your computer and use it in GitHub Desktop.
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
String xmlString = convertMapToXML(data); | |
<data> | |
<name>buzz</name> | |
<lastUpdate>20140606</lastUpdate> | |
<pets> | |
<pet>dog</pet> | |
<pet>cat</pet> | |
</pets> | |
<milestones> | |
<milestone> | |
<what>bday</what> | |
<d>20140101</d> | |
<milestone> | |
<milestone> | |
<what>hireDate</what> | |
<d>20150101</d> | |
<milestone> | |
</milestones> | |
<data> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment