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/12 02:30:36 UTC

svn commit: rev 54637 - incubator/lenya/trunk/src/webapp/lenya/pubs/blog/config/doctypes/schemas

Author: bigdog
Date: Mon Oct 11 17:30:35 2004
New Revision: 54637

Modified:
   incubator/lenya/trunk/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng
Log:
change "NCName" text in tags to 'text' to allow any text in <strong> amd <em> tags.

Modified: incubator/lenya/trunk/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng	Mon Oct 11 17:30:35 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