解析João 使用 xml-simple
我在 rake 任务中使用 xml-simple gem 来解析数据库转储的内容。问题是数据库 xml 文件包含类似于标题中的字符,导致 xml-simple 崩溃。有解决办法吗?
I am using the xml-simple gem inside a rake task to parse the contents of a db dump. The problem is that the database xml file contains characters like those in the title that causes xml-simple to crash. Is there a work around to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Nokogiri 似乎有效:
Nokogiri seems to work: