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

svn commit: rev 56673 - incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/doctypes/schemas

Author: andreas
Date: Fri Nov  5 07:04:50 2004
New Revision: 56673

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/doctypes/schemas/lenya.rng
Log:
adding lenya:asset/@size attribute

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/doctypes/schemas/lenya.rng
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/doctypes/schemas/lenya.rng	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/doctypes/schemas/lenya.rng	Fri Nov  5 07:04:50 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: lenya.rng,v 1.4 2004/03/13 12:34:17 gregor Exp $ -->
+<!-- $Id$ -->
 
 <grammar ns="http://www.w3.org/1999/xhtml"
          xmlns="http://relaxng.org/ns/structure/1.0"
@@ -40,6 +40,7 @@
   <element name="lenya:asset">
     <attribute name="src"><ref name="Text.datatype"/></attribute>
     <attribute name="type"><ref name="Text.datatype"/></attribute>
+    <attribute name="size"><ref name="Number.datatype"/></attribute>
     <text/>
   </element>
 </define>

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