如果我使用 XSLT,我会得到 HTML 页面吗?

发布于 2024-11-30 07:19:17 字数 314 浏览 5 评论 0原文

我在网上观看这门课程,它涉及 xml。我们使用 XSLT 获取 XML 文档和 XSL 文档,并获取在浏览器中显示的页面。然而,任何地方都没有 HTML 页面,除非它只是暂时存在以便浏览器显示它。

假设您正在开发 RDF 应用程序或发布 RDF 链接数据,并且您需要 RDFa,它是在属性中指定了 RDF 的 XHTML。这将如何实现?
也许它会在服务器上运行并实际保存生成的 XHTML 文件,或更准确地说是带有 RDFa 文档的 XHTML。
有人可以解释这是如何工作的吗?我想要有可以被搜索引擎索引的 RDFa 文档,并且我有 XML 格式的 RDF 文件。 谢谢, 布鲁斯

I was watching this course online and it went into xml. We used XSLT to take an XML doc and an XSL doc and get a page that displays in the browser. However, there was no HTML page anywhere, unless it only exists temporarily for the browser to display it.

Suppose you are developing RDF applications or publishing RDF linked data and you want RDFa, which is XHTML with RDF specified in the attributes. How would this be accomplished?
Maybe it would run on the server and actually save the resulting XHTML file, or more correctly the XHTML with RDFa document.
Can someone explain how this works? I want to have RDFa documents that can be indexed by search engines and I have RDF files in XML format.
Thanks,
Bruce

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

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

发布评论

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

评论(1

郁金香雨 2024-12-07 07:19:17

如果您在服务器上进行 XSLT 转换并将 HTML 发送回浏览器,搜索引擎蜘蛛将看到与浏览器相同的 HTML。它在服务器上动态生成(而不是存储在 HTML 文件中)并不重要。

如果您从服务器发布实际的 XML 文件,并且依赖浏览器将 XSLT 转换为 HTML,那么优秀的爬虫可能会做同样的事情,但如果您要发布原始 XML,为什么不直接发布RDF 是这样吗?您不需要将其放入 HTML 中。

If you're doing the XSLT transformation on the server and sending HTML back to the browser, search engine spiders will see the same HTML that a browser would. Doesn't matter that it's dynamically generated (rather than stored in an HTML file) on the server.

If you publish the actual XML files from the server and you're relying on the browser to do the XSLT transformation into HTML, a good spider will probably do the same thing, but if you're publishing raw XML, why not just publish the RDF that way? You don't need to put it into HTML.

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