crossley 01/11/14 19:01:55 Modified: src/org/apache/cocoon Tag: cocoon_20_branch cocoon.roles src/org/apache/cocoon/sitemap Tag: cocoon_20_branch sitemap.roles Log: Added internal DTD subset to permit validation to proceed during build docs. Synced with 2.1 Revision Changes Path No revision No revision 1.6.2.18 +12 -0 xml-cocoon2/src/org/apache/cocoon/cocoon.roles Index: cocoon.roles =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/cocoon.roles,v retrieving revision 1.6.2.17 retrieving revision 1.6.2.18 diff -u -r1.6.2.17 -r1.6.2.18 --- cocoon.roles 2001/11/08 22:09:05 1.6.2.17 +++ cocoon.roles 2001/11/15 03:01:55 1.6.2.18 @@ -1,4 +1,16 @@ <?xml version="1.0"?> +<!DOCTYPE role-list [ +<!ELEMENT role-list (role+)> +<!ELEMENT role (hint*)> +<!ELEMENT hint EMPTY> +<!ATTLIST role name CDATA #REQUIRED + shorthand CDATA #REQUIRED + default-class CDATA #IMPLIED +> +<!ATTLIST hint shorthand CDATA #REQUIRED + class CDATA #REQUIRED +> +]> <role-list> <role name="org.apache.cocoon.components.parser.Parser" No revision No revision 1.1.2.7 +12 -0 xml-cocoon2/src/org/apache/cocoon/sitemap/sitemap.roles Index: sitemap.roles =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/sitemap/sitemap.roles,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -u -r1.1.2.6 -r1.1.2.7 --- sitemap.roles 2001/07/19 14:56:20 1.1.2.6 +++ sitemap.roles 2001/11/15 03:01:55 1.1.2.7 @@ -1,4 +1,16 @@ <?xml version="1.0"?> +<!DOCTYPE role-list [ +<!ELEMENT role-list (role+)> +<!ELEMENT role (hint*)> +<!ELEMENT hint EMPTY> +<!ATTLIST role name CDATA #REQUIRED + shorthand CDATA #REQUIRED + default-class CDATA #IMPLIED +> +<!ATTLIST hint shorthand CDATA #REQUIRED + class CDATA #REQUIRED +> +]> <role-list> <role name="org.apache.cocoon.components.pipeline.StreamPipeline"
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]