Author: crossley
Date: Thu Aug 7 00:57:01 2008
New Revision: 683533
URL: http://svn.apache.org/viewvc?rev=683533&view=rev
Log:
Enable xi:include at the "section" level too.
Issue: FOR-1032
Modified:
forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod
Modified: forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod?rev=683533&r1=683532&r2=683533&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod (original)
+++ forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod Thu Aug 7
00:57:01 2008
@@ -435,7 +435,7 @@
<!ATTLIST body
%common.att;
>
-<!ELEMENT section (title, (%sections; | %blocks;)*)>
+<!ELEMENT section (title, (%sections; | %blocks; | xi:include)*)>
<!ATTLIST section
%common.att;
>