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 2007/07/12 22:47:19 UTC

svn commit: r555753 - /lenya/trunk/src/webapp/lenya/resources/schemas/lenya.rng

Author: andreas
Date: Thu Jul 12 13:47:18 2007
New Revision: 555753

URL: http://svn.apache.org/viewvc?view=rev&rev=555753
Log:
Removed size and type attribute from <lenya:asset> element (see bug 42878)

Modified:
    lenya/trunk/src/webapp/lenya/resources/schemas/lenya.rng

Modified: lenya/trunk/src/webapp/lenya/resources/schemas/lenya.rng
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/schemas/lenya.rng?view=diff&rev=555753&r1=555752&r2=555753
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/schemas/lenya.rng (original)
+++ lenya/trunk/src/webapp/lenya/resources/schemas/lenya.rng Thu Jul 12 13:47:18 2007
@@ -40,8 +40,6 @@
 <define name="lenya.asset">
   <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: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org