You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by bi...@apache.org on 2004/10/10 17:04:57 UTC

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

Author: bigdog
Date: Sun Oct 10 08:04:55 2004
New Revision: 54258

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng
Log:
Change the type within 'em' and 'strong' types from NCName to text

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng	Sun Oct 10 08:04:55 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: entry.rng,v 1.12 2004/05/16 14:29:04 gregor Exp $ -->
+<!-- $Id$ -->
 
 <grammar xmlns:echo="http://purl.org/atom/ns#" ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
   <start>
@@ -66,10 +66,10 @@
                   <text/>
                 </element>
                 <element name="strong">
-                  <data type="NCName"/>
+                  <text/>
                 </element>
                 <element name="em">
-                  <data type="NCName"/>
+                  <text/>
                 </element>
               </choice>
             </oneOrMore>

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