I recently stumbled upon a tool called Augeas. As far as I understand the tool can be used to create an abstract file type independent tree that can be manipulated where the lens is an intermediary.
I want to try to use it for file conversion. Is that possible? Say, I want to convert yaml into xml. How would I do that?
A simple example of such conversion using augtool would be nice.