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.
如何使用 REXML 或另一个 Ruby 库重命名 XML 元素?
感谢您的任何建议。
使用Nokogiri:
my_node.node_name = "new_name"