HtmlCleaner 如何处理网页中的 Iframe

发布于 2024-11-27 15:23:56 字数 747 浏览 0 评论 0原文

我想了解 HtmlCleaner 在清理原始 html 以生成有效的 xml 输出时如何处理 Iframe。带有 iframe 的页面的一个示例是 此 eBay 产品页面

当我打印此页面的 HtmlCleaner 输出时,我发现一些 iframe 标签完好无损,而另一些则丢失。丢失的 iframe 之一是 id="d" 的 iframe。它包含产品描述,其正文已合并到主页中。

html clean 的 XML 输出: http://pastebin.com/03f9gtdC

任何人都可以看看它,或者提出建议一些更好的 HTML 解析库,能够优雅地处理 iframe。该库应该能够支持 XPath 评估。

I want to understand how HtmlCleaner handles Iframes when cleaning raw html to produce valid xml output. One example of a page with iframes is this ebay product page.

When I print the output of HtmlCleaner for this page, I find that some iframe tags are intact while others are missing. One of the missing iframes is the iframe with id="d". It contains the product description and its body has been merged into the main page.

The XML Output of html cleaner: http://pastebin.com/03f9gtdC

Could anyone kindly look at it, or suggest some better HTML parsing library which is able to handle iframes gracefully. That library should be able to support XPath evaluation.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文