What is usefulness of W3C's Semantic Data Extractor in semantically correct XHTML CSS Development?

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-04-15T06:01:06Z Indexed on 2010/04/15 6:03 UTC
Read the original article Hit count: 325

Filed under:
|
|
|

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>`".

© Stack Overflow or respective owner

What is usefulness of W3C's "Semantic Data Extractor" in semantically correct XHTML CSS Development?

Posted by metal-gear-solid on Stack Overflow See other posts from Stack Overflow or by metal-gear-solid
Published on 2010-04-15T06:01:06Z Indexed on 2010/04/15 6:13 UTC
Read the original article Hit count: 325

Filed under:
|
|
|

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 pass every site with this tool?

on one site i got this error

No top-level heading (h1) found, no outline extracted.

Is it necessary to have at least a H1 in any webpage?

© Stack Overflow or respective owner

Related posts about XHTML

Related posts about css