W3C 的“语义数据提取器”有什么用处?在语义上正确的 XHTML CSS 开发中?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能不会
正是您从其主页引用的内容。
当你在计算标题级别时遇到问题时,就会打你的头;不是很多。
这取决于格式良好且理智的输入。
Probably not
Exactly what you quoted from its homepage.
Other then hitting you over the head when you have problems counting heading levels; not a lot.
It depends on well formed and sane input.