Hi all,
Are there any libraries that handle YAML->XML conversion? I want to use
in-line YAML to allow command-line insertion of XML fragments into a
document.
e.g. addxml.rb --entry "config : {name : url, value : www.blah.com }"
would enter:
<config>
<name>url</name>
<value>www.blah.com</value>
</config>
Not a hard problem, but I wasn wondering if I was missing any useful
standard methods that I overlooked.
Thanks.
Nick
David Morton wrote:
> David Ross wrote:
>
>> that. Then they tell me the Ruby programmers and I are
>> full of ourselves. I really wouldn't want to put that
>
> Reminds me of a good quote:
>
> "I'm not closed minded, they're just WRONG!"
>
> :P
>