Note that there are some explanatory texts on larger screens.

plurals
  1. POXHTML5 UTF-16 microdata RDFa 1.1 microformat2 draft
    primarykey
    data
    text
    <p>As (X)HTML5 specification approaches standardization, I prefer using microdata wherever applicable to spoon-feed automated tools, followed by RDFa as microdata's personal feel is as restrictive as concise, followed by microformat2 draft for serving user's of my work using XSLT, like hAtom2Atom.xsl While Googling sent me to blog.whatwg.org/xhtml5-in-a-nutshell which notoriously claims my question being spam followed by www.jenitennison.com/blog/node/165 which seemed to disable comments, so if I'm out of place here, still kindly guide me please. Sorry Sir Tim Berners-Lee, my reputation isn't enough to add linked-data tag for semantic-web.</p> <p>I wish to use hAtom2Atom.xsl to provide syndication feed for my web-site home using microformat hAtom. XML MIME type application/xhtml+xml is set for the virtual directory for .xhtml files through my hosting providers control panel interface. For spoon-feeding meta-data to search engines I'd like to use schema.org RDFa as made possible using <a href="http://www.w3.org/TR/2010/WD-xhtml-rdfa-20100422/#document-conformance" rel="nofollow">http://www.w3.org/TR/2010/WD-xhtml-rdfa-20100422/#document-conformance</a>. As Maharashtra's resident, I'm using xml:lang="mr-IN" as our state language popularized as South Asian financial capital Mumbai's official language is Marathi, and the nation is India, so my encoding is UTF-16 so my non-English tags, such as title that tells my family name's correct pronunciation, work predictably. Then is the following markup correct XHTML5+RDFa 1.1?</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-16"?&gt; &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml-rdfa-2.xsd" lang="en" xml:lang="en"&gt; &lt;head&gt; &lt;meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-16"/&gt; &lt;title xml:lang="mr-IN"&gt;चवाथे&lt;/title&gt; &lt;link rel="icon" href="/img/icons/me.ico" type="image/x-icon" /&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload