Author: reinhard Date: Fri Mar 18 05:31:16 2005 New Revision: 158063 URL: http://svn.apache.org/viewcvs?view=rev&rev=158063 Log: use entity for heading too
Modified: cocoon/trunk/src/documentation/src/documentation/skinconf.xml Modified: cocoon/trunk/src/documentation/src/documentation/skinconf.xml URL: http://svn.apache.org/viewcvs/cocoon/trunk/src/documentation/src/documentation/skinconf.xml?view=diff&r1=158062&r2=158063 ============================================================================== --- cocoon/trunk/src/documentation/src/documentation/skinconf.xml (original) +++ cocoon/trunk/src/documentation/src/documentation/skinconf.xml Fri Mar 18 05:31:16 2005 @@ -22,10 +22,11 @@ <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.dtd" [ + <!ENTITY heading SYSTEM "../forrest-configuration/skinconf-heading.xml"> <!ENTITY extracss SYSTEM "../forrest-configuration/skinconf-extracss.xml"> <!ENTITY colors SYSTEM "../forrest-configuration/skinconf-colors.xml"> <!ENTITY pdf SYSTEM "../forrest-configuration/skinconf-pdf.xml"> - <!ENTITY credits SYSTEM "../forrest-configuration/skinconf-credits.xml"> + <!ENTITY credits SYSTEM "../forrest-configuration/skinconf-credits.xml"> ]> <skinconfig> @@ -117,6 +118,7 @@ <!-- Heading types can be clean|underlined|boxed --> <headings type="clean"/> + &heading; &extracss; &colors; &pdf;