You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/07/12 01:10:58 UTC

svn commit: r215896 - /forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v07-1.dtd

Author: crossley
Date: Mon Jul 11 16:10:56 2005
New Revision: 215896

URL: http://svn.apache.org/viewcvs?rev=215896&view=rev
Log:
Enable use of common character entities, e.g accented characters and trademark symbols.
Suggested by: Paul Divine.

Modified:
    forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v07-1.dtd

Modified: forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v07-1.dtd
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v07-1.dtd?rev=215896&r1=215895&r2=215896&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v07-1.dtd (original)
+++ forrest/trunk/main/webapp/resources/schema/dtd/skinconfig-v07-1.dtd Mon Jul 11 16:10:56 2005
@@ -35,6 +35,12 @@
  
 ==================================================================== -->
 
+<!-- Include the Common ISO Character Entity Sets -->
+<!ENTITY % common-charents PUBLIC
+  "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN"
+  "common-charents-v10.mod">
+%common-charents;
+
   <!ENTITY % links.att 'name CDATA #REQUIRED 
                         href CDATA #REQUIRED' >