<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -35,17 +35,19 @@
     parameter: &quot;stylesheet&quot;. Use this to pass a CSS file or URL
     to the XSLT.
 --&gt;
-&lt;!DOCTYPE xsl:stylesheet [
-    &lt;!ENTITY local-cond &quot;starts-with(@rdf:about, '#') or boolean(@rdf:ID)&quot;&gt;
-]&gt;
 &lt;xsl:stylesheet version=&quot;1.0&quot;
     xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot;
     xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;
     xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;
     xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;
     xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;
-    xmlns=&quot;http://www.w3.org/TR/xhtml1/strict&quot;&gt;
-    &lt;xsl:output indent=&quot;yes&quot; /&gt;
+    xmlns=&quot;http://www.w3.org/1999/xhtml&quot;
+    exclude-result-prefixes=&quot;rdf rdfs dc owl&quot;
+    &gt;
+    &lt;xsl:output indent=&quot;yes&quot; method=&quot;html&quot; 
+        doctype-public=&quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
+        doctype-system=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;
+        /&gt;
     
     &lt;xsl:param name=&quot;stylesheet&quot; /&gt;
     &lt;xsl:variable name=&quot;namespace&quot; select=&quot;/rdf:RDF/@xml:base&quot;/&gt;
@@ -53,13 +55,13 @@
         &lt;xsl:value-of select=&quot;/rdf:RDF/owl:Ontology/rdfs:label&quot; /&gt;
     &lt;/xsl:variable&gt;
     &lt;xsl:variable name=&quot;datatypeProperties&quot;
-        select=&quot;/rdf:RDF/owl:DatatypeProperty[&amp;local-cond;]&quot; 
+        select=&quot;/rdf:RDF/owl:DatatypeProperty[starts-with(@rdf:about, '#') or boolean(@rdf:ID)]&quot; 
         /&gt;
     &lt;xsl:variable name=&quot;objectProperties&quot;
-        select=&quot;/rdf:RDF/owl:ObjectProperty[&amp;local-cond;]&quot;
+        select=&quot;/rdf:RDF/owl:ObjectProperty[starts-with(@rdf:about, '#') or boolean(@rdf:ID)]&quot;
         /&gt;
     &lt;xsl:variable name=&quot;classes&quot;
-        select=&quot;/rdf:RDF/owl:Class[&amp;local-cond;]&quot;
+        select=&quot;/rdf:RDF/owl:Class[starts-with(@rdf:about, '#') or boolean(@rdf:ID)]&quot;
         /&gt;
         
     &lt;!-- === BASE =========================================================--&gt;
@@ -69,7 +71,7 @@
                 &lt;xsl:if test=&quot;string-length($title) &amp;gt; 0&quot;&gt;
                     &lt;title&gt;&lt;xsl:value-of select=&quot;$title&quot; /&gt;&lt;/title&gt;
                 &lt;/xsl:if&gt;
-                &lt;style type=&quot;text/css&quot;&gt;
+                &lt;style type=&quot;text/css&quot;&gt;&lt;![CDATA[
                     cite {font-style:italic}
                     ul, dd {margin:0; padding:0;}
                     #page {
@@ -93,7 +95,7 @@
                         background-color: #99C5FF; padding: 3px}
                     h3 {
                         background-color: #D1E4FD; padding: 3px}
-                &lt;/style&gt;
+                ]]&gt;&lt;/style&gt;
                 &lt;xsl:if test=&quot;$stylesheet&quot;&gt;
                     &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot;
                          href=&quot;{$stylesheet}&quot; /&gt;</diff>
      <filename>xslt/xhtml/main.xsl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4614270e64047404b2de1ea392e3ac6e16d0fbe</id>
    </parent>
  </parents>
  <author>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </author>
  <url>http://github.com/zerok/owltools/commit/483ac7d64091e8a6830d74c3c88d363906aebaed</url>
  <id>483ac7d64091e8a6830d74c3c88d363906aebaed</id>
  <committed-date>2008-12-28T07:39:28-08:00</committed-date>
  <authored-date>2008-12-28T07:39:28-08:00</authored-date>
  <message>And now it should even work in Safari AND Firefox ;-)</message>
  <tree>c82a2ca0054e1327b37f75716f2a48b91c31ddc7</tree>
  <committer>
    <name>Horst Gutmann</name>
    <email>zerok@zerokspot.com</email>
  </committer>
</commit>
