reverted data-include - does not work on file:///
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Mon, 10 Oct 2011 12:39:17 +0100
changeset 633 ac93d5e4aa51
parent 632 59ec7815dd85
child 634 3db6cd79143e
reverted data-include - does not work on file:///
primer/Primer.html
primer/ex1/complementarity-01.ttl
--- a/primer/Primer.html	Mon Oct 10 12:36:34 2011 +0100
+++ b/primer/Primer.html	Mon Oct 10 12:39:17 2011 +0100
@@ -82,12 +82,6 @@
     wgPatentURI:  "",
    };
   </script>
-  <script class="remove">
-      function updateExample(doc, content) {
-        // perform transformations to make it render and prettier
-        return '<pre class="example">' + doc._esc(content) + '</pre>';
-    }
-  </script>
  </head>
  <body>
   <section id="abstract">
@@ -363,15 +357,10 @@
         asserts that both of these entities were a <em>complement of</em>
         another entity <code>ex1:dataSet</code>.
     </p>
-    <pre class="turtle example" data-include="ex1/complementarity-01.ttl">
-    </pre>
-
-    <!--
      <pre class="turtle example">
      ex1:dataSet1 prov:wasComplementOf ex1:dataSet .
      ex1:dataSet2 prov:wasComplementOf ex1:dataSet .
      </pre>
-     -->
      <!--
      <pre class="asn example">
      wasComplementOf(ex1:dataSet1, ex1:dataSet)
--- a/primer/ex1/complementarity-01.ttl	Mon Oct 10 12:36:34 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-ex1:dataSet1 prov:wasComplementOf ex1:dataSet .
-ex1:dataSet2 prov:wasComplementOf ex1:dataSet .