You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2010/07/13 12:46:50 UTC

svn commit: r963671 - /lenya/branches/BRANCH_2_1_X/src/modules/xhtml/resources/schemas/xhtml.rng

Author: rfrovarp
Date: Tue Jul 13 10:46:50 2010
New Revision: 963671

URL: http://svn.apache.org/viewvc?rev=963671&view=rev
Log:
Moving to XHTML strict schema. 
Will provide more functionality to editors such as TinyMCE out of the box.
Will require user to change to support BXE.

Modified:
    lenya/branches/BRANCH_2_1_X/src/modules/xhtml/resources/schemas/xhtml.rng

Modified: lenya/branches/BRANCH_2_1_X/src/modules/xhtml/resources/schemas/xhtml.rng
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules/xhtml/resources/schemas/xhtml.rng?rev=963671&r1=963670&r2=963671&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules/xhtml/resources/schemas/xhtml.rng (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules/xhtml/resources/schemas/xhtml.rng Tue Jul 13 10:46:50 2010
@@ -37,14 +37,14 @@
 <!-- include Lenya schema, for Lenya assets within xhtml -->
 <include href="fallback://lenya/resources/schemas/lenya.rng"/>
 
-<!-- include original XHTML basic schema -->
-<include href="fallback://lenya/modules/xhtml/resources/schemas/xhtml/xhtml-basic.rng">
+<!-- change to this to include original XHTML basic schema 
+<include href="fallback://lenya/modules/xhtml/resources/schemas/xhtml/xhtml-basic.rng"> -->
 <!-- change to this to include XHTML transitional schema 
 <include href="fallback://lenya/modules/xhtml/resources/schemas/xhtml/xhtml.rng">
 -->
-<!-- change to this to include XHTML strict schema 
+<!-- change to this to include XHTML strict schema --> 
 <include href="fallback://lenya/modules/xhtml/resources/schemas/xhtml/xhtml-strict.rng">
--->
+
 
   <define name="html">
     <element name="html">



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