You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/11/02 05:28:39 UTC

svn commit: rev 56344 - incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/xhtml/modules

Author: gregor
Date: Mon Nov  1 20:28:38 2004
New Revision: 56344

Modified:
   incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/xhtml/modules/object.rng
Log:
bring schema for object closer in snyc with xhtml 2 draft and allow the href attritube

we should really migrate to the rng for xhtml 2

Modified: incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/xhtml/modules/object.rng
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/xhtml/modules/object.rng	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/pubs/default/config/doctypes/schemas/xhtml/modules/object.rng	Mon Nov  1 20:28:38 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: object.rng,v 1.3 2004/03/13 12:34:13 gregor Exp $ -->
+<!-- $Id$ -->
 
 <!-- Object Module -->
 <grammar xmlns="http://relaxng.org/ns/structure/1.0">
@@ -33,6 +33,11 @@
 
 <define name="object.attlist">
   <ref name="Common.attrib"/>
+  <optional>
+    <attribute name="href">
+      <ref name="URI.datatype"/>
+    </attribute>
+  </optional>
   <optional>
     <attribute name="declare">
       <value>declare</value>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org