W3C 的“语义数据提取器”有什么用处?在语义上正确的 XHTML CSS 开发中?

发布于 2024-08-29 03:29:40 字数 991 浏览 5 评论 0原文

W3C 的语义数据提取器有什么用处?

http://www.w3.org/2003/12/semantic-extractor。 html

该工具由 XSLT 驱动 样式表,尝试提取一些 来自语义丰富的 HTML 的信息 文档。它仅使用信息 可以通过良好的使用 HTML 中定义的语义。

目的是表明提供 语义丰富的 HTML 提供了更多内容 对您的代码的价值:使用 语义丰富的 HTML 代码允许 更好地利用CSS,让你的HTML 为更广泛的用户所理解 代理(尤其是搜索引擎 机器人)。

顺便说一句,它可以给用户提供线索 代理开发人员的一些钩子 添加他们的内容可能会很有趣 产品。

检查 CSS 和 HTML 的验证后。我应该使用语义数据提取器工具吗?

它有什么作用。以及它如何改进我们的编码?有人使用吗?

我随机检查一些网站,但大多数网站都会出现错误

Using org.apache.xerces.parsers.SAXParser
Exception net.sf.saxon.trans.XPathException: org.xml.sax.SAXParseException: The element type "input" must be terminated by the matching end-tag "`</input>`". 
org.xml.sax.SAXParseException: The element type "input" must be terminated by the matching end-tag "`</input>`".

是否可以使用此工具验证每个网站?

What is the usefulness of W3C's Semantic Data Extractor?

http://www.w3.org/2003/12/semantic-extractor.html

This tool, geared by an XSLT
stylesheet, tries to extract some
information from a HTML semantic rich
document. It only uses information
available through a good usage of the
semantics defined in HTML.

The aim is to show that providing a
semantically rich HTML gives much more
value to your code: using a
semantically rich HTML code allows a
better use of CSS, makes your HTML
intelligible to a wider range of user
agents (especially search engines
bots).

As an aside, it can give clues to user
agents developers on some hooks that
could be interesting to add in their
product.

After checking validation for CSS and HTML. Should i go for Semantic Data Extractor tool.

What it does. and how it can improved our coding.? Is anyone using it?

And i check some site randomly with but with most of sites it gives error

Using org.apache.xerces.parsers.SAXParser
Exception net.sf.saxon.trans.XPathException: org.xml.sax.SAXParseException: The element type "input" must be terminated by the matching end-tag "`</input>`". 
org.xml.sax.SAXParseException: The element type "input" must be terminated by the matching end-tag "`</input>`".

Is it possible to get validate every site with this tool?

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

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

发布评论

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

评论(1

另类 2024-09-05 03:29:40

检查 CSS 和 HTML 的验证后。我应该使用语义数据提取工具吗?

可能不会

它的作用。

正是您从其主页引用的内容。

它如何改进我们的编码?

当你在计算标题级别时遇到问题时,就会打你的头;不是很多。

我随机检查一些网站,但大多数网站都会出现错误

这取决于格式良好且理智的输入。

After checking validation for CSS and HTML. Should i go for Semantic Data Extractor tool.

Probably not

What it does.

Exactly what you quoted from its homepage.

and how it can improved our coding.?

Other then hitting you over the head when you have problems counting heading levels; not a lot.

And i check some site randomly with but with most of sites it gives error

It depends on well formed and sane input.

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