在 Ruby 和 Hpricot 中搜索 XML 节点中的元素

发布于 2024-09-15 20:09:08 字数 331 浏览 7 评论 0 原文

我正在尝试编写一个 Rails 应用程序,它接受一个 XML 对象,然后迭代该对象,向用户显示不同节点中包含的信息。

我对 Rails 完全陌生,有 PHP 背景,并且在使用某个特定功能时遇到了一些问题。

我基本上需要说的是,如果这个节点存在,如果它不继续执行代码,那么它就会死亡。现在我知道如何在 PHP 中做到这一点,但我无法在 Ruby 中使用 Hpricot 弄清楚这一点。

控制器:

@auth_ck.seach("/#{error}") do
      puts "error!"
    end

知道我做错了什么吗?

I am trying to write a Rails app that takes an XML object and then iterates over the object showing the user the information contained inside the different nodes.

I am completely new to Rails, coming from a PHP background and am having some trouble with a particular function.

I need to basically say, if this node exists die, if it doesn't continue with the code. Now I know how to do this in PHP but for the life of me can't figure it out in Ruby using Hpricot.

Controller:

@auth_ck.seach("/#{error}") do
      puts "error!"
    end

Any idea what I am doing wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

高冷爸爸 2024-09-22 20:09:08

你有一个错字。尝试使用 search 而不是 seach

You have a typo. Try using search instead of seach.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文