On 06/04/2012 05:39 PM, Lucas Meneghel Rodrigues wrote: > + Transform json/dict data to xml >
For an example of why any conversion to XML is hard, see: http://en.wikipedia.org/wiki/JSON#XML It's much easier to go from XML to JSON (and a dict/list) format, than the other way around. Going the other way requires declaration of what data should be considered attributes vs content, and in what structural contexts. There are standards for schema for both types, but schema validations don't exist in python as near as I can tell. Anyone know of one? -- Chris Evich, RHCA, RHCE, RHCDS, RHCSS Quality Assurance Engineer e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest