Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nokogiri を使用して YAML を XML に変換するためのスクリプトはありますか、またはツールを作成した人はいますか? そうでない場合、提案やサンプルはありますか?
Nokogiri についてはわかりませんが、データの構造だけが必要な場合は、ActiveSupport を使用すると非常に簡単です。
require 'active_support/core_ext' YAML.parse("key: value").transform.to_xml