removed reference to RDF/XML in Scope section
authorJeniT
Wed, 21 Dec 2011 12:07:09 +0000
changeset 60 b90ce8a5d037
parent 59 b187767fc1b8
child 61 5e26fdd26f07
removed reference to RDF/XML in Scope section
html-data-guide/index.html
--- a/html-data-guide/index.html	Wed Dec 21 12:04:57 2011 +0000
+++ b/html-data-guide/index.html	Wed Dec 21 12:07:09 2011 +0000
@@ -132,7 +132,7 @@
         </p>
         <pre>&lt;link rel="alternate" type="text/calendar" value="calendar.ics" /&gt;</pre>
         <p>
-          Second, publishers may embed data within the <code>head</code> of an HTML document, nested inside a <code>script</code> element with an appropriate <code>@type</code> attribute. This can be used for text-based formats, such as JSON or Turtle, and XML-based formats such as RDF/XML. For example:
+          Second, publishers may embed data within the <code>head</code> of an HTML document, nested inside a <code>script</code> element with an appropriate <code>@type</code> attribute. This can be used for text-based formats, such as JSON or Turtle, as well as XML-based formats. For example:
         </p>
         <pre><strong>&lt;script type="text/turtle"&gt;</strong>
   @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .