hpricot 解析问题
我有一个如下所示的 XML:
<data>
<image src="http://www.someweb.com/something.png"/>
</data>
What is the right way to use hpricot to extact just 'http:// /www.someweb.com/something.png'?我能得到的最接近的是这个......
>>(doc/"image").first
=> {emptyelem <image src="http://www.someweb.com/something.png">}
我已经阅读了 github 上的 hpricot README 并用谷歌搜索,但还没有找到任何东西。预先感谢您的任何答复!
I have an XML that looks like this:
<data>
<image src="http://www.someweb.com/something.png"/>
</data>
What is the correct way to use hpricot to extact just 'http://www.someweb.com/something.png'? The closest I can get is this...
>>(doc/"image").first
=> {emptyelem <image src="http://www.someweb.com/something.png">}
I've read the hpricot README on github and googled, but haven't found anything yet. Thanks in advance for any answers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)