is there anything exist to convert xml -> yaml directly?
问题 is there any library or way exist from which I can convert my xml records to yaml format ? 回答1: This page has a pretty long discussion of the problem. It suggests a couple of Python libraries that could be used: Gnosis and generateDS. 回答2: The difference between XML and YAML is significant enough to warrant a redesign of the schema you are using to store your data. You should write a script to parse your XML records and output YAML formatted data. There are some methods out there to convert