如何将 HTML 实体转换为 YQL 或 Y 中的纯文本!管道?

发布于 2024-10-11 09:17:52 字数 280 浏览 5 评论 0原文

我有 html 实体中的源代码(例如:cover) 我想将它们转换为简单可读的纯文本(例如:abcdef...)

我如何使用 YQL 或 Yahoo Pipes 来做到这一点? (例如:我想使用 YQL 将 cover 转换为 cover或雅虎管道)

I have the source in html entities (eg: cover)
I want to convert them into simple readable plain text (eg: abcdef...)

how can i do that using YQL or Yahoo Pipes?
(eg: i want to convert cover into cover using YQL or Yahoo pipes)

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

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

发布评论

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

评论(1

夏雨凉 2024-10-18 09:17:52

使用以下组件:

从 xslt 中选择 *,其中 url="//foo.html" 和 stylesheet="//bar.xsl"

  • An 实体声明

    
    <!实体111“o”>
    <!实体118“v”>
    
    <!实体114“r”>
    ]>
    

参考文献< /strong>

Use the following components:

select * from xslt where url="//foo.html" and stylesheet="//bar.xsl"

  • An entity declaration

    <!DOCTYPE xsl:stylesheet[
    <!ENTITY 99 "c">
    <!ENTITY 111 "o">
    <!ENTITY 118 "v">
    <!ENTITY 101 "e">
    <!ENTITY 114 "r">
    ]>
    

References

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