You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2009/06/04 07:46:03 UTC

svn commit: r781655 - in /forrest/trunk/main/webapp/resources/schema: dtd/document-v13.mod relaxng/unstable/document-v13.rng

Author: crossley
Date: Thu Jun  4 05:46:02 2009
New Revision: 781655

URL: http://svn.apache.org/viewvc?rev=781655&view=rev
Log:
Enable "rel" attribute for links.

Modified:
    forrest/trunk/main/webapp/resources/schema/dtd/document-v13.mod
    forrest/trunk/main/webapp/resources/schema/relaxng/unstable/document-v13.rng

Modified: forrest/trunk/main/webapp/resources/schema/dtd/document-v13.mod
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/dtd/document-v13.mod?rev=781655&r1=781654&r2=781655&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/dtd/document-v13.mod (original)
+++ forrest/trunk/main/webapp/resources/schema/dtd/document-v13.mod Thu Jun  4 05:46:02 2009
@@ -118,7 +118,8 @@
 ==================================================================== -->
 <!ENTITY % link.att 'href      CDATA             #REQUIRED
          role      CDATA                         #IMPLIED
-         title     CDATA                         #IMPLIED '>
+         title     CDATA                         #IMPLIED
+         rel       CDATA                         #IMPLIED '>
 <!-- =============================================================== -->
 <!-- General definitions -->
 <!-- =============================================================== -->

Modified: forrest/trunk/main/webapp/resources/schema/relaxng/unstable/document-v13.rng
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/relaxng/unstable/document-v13.rng?rev=781655&r1=781654&r2=781655&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/relaxng/unstable/document-v13.rng (original)
+++ forrest/trunk/main/webapp/resources/schema/relaxng/unstable/document-v13.rng Thu Jun  4 05:46:02 2009
@@ -185,6 +185,9 @@
     <optional>
       <attribute name="title"/>
     </optional>
+    <optional>
+      <attribute name="rel"/>
+    </optional>
   </define>
   <!-- =============================================================== -->
   <!-- General definitions -->