stevenn 2002/06/11 01:16:14
Modified: src/resources/schema/dtd changes-v11.dtd todo-v11.dtd
Log:
included the wrong module
Revision Changes Path
1.3 +2 -2 xml-forrest/src/resources/schema/dtd/changes-v11.dtd
Index: changes-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/changes-v11.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- changes-v11.dtd 6 Jun 2002 14:33:43 -0000 1.2
+++ changes-v11.dtd 11 Jun 2002 08:16:14 -0000 1.3
@@ -54,8 +54,8 @@
<!-- =============================================================== -->
<!ENTITY % document PUBLIC
- "-//APACHE//DTD Documentation V1.1//EN"
- "document-v11.dtd">
+ "-//APACHE//ENTITIES Documentation V1.1//EN"
+ "document-v11.mod">
%document;
<!-- =============================================================== -->
1.2 +19 -19 xml-forrest/src/resources/schema/dtd/todo-v11.dtd
Index: todo-v11.dtd
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/todo-v11.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- todo-v11.dtd 1 Mar 2002 07:28:25 -0000 1.1
+++ todo-v11.dtd 11 Jun 2002 08:16:14 -0000 1.2
@@ -1,11 +1,11 @@
<!-- ===================================================================
-
+
Apache Todos DTD (Version 1.1)
PURPOSE:
- This DTD was developed to create a simple yet powerful document
- type for software development todo lists for use with the Apache projects.
- It is an XML-compliant DTD and it's maintained by the Apache XML
+ This DTD was developed to create a simple yet powerful document
+ type for software development todo lists for use with the Apache projects.
+ It is an XML-compliant DTD and it's maintained by the Apache XML
project.
TYPICAL INVOCATION:
@@ -14,12 +14,12 @@
"-//APACHE//DTD Todo Vx.y//EN"
"todo-vxy.dtd">
- where
-
+ where
+
x := major version
y := minor version
-
-NOTES:
+
+NOTES:
It is important, expecially in open developped software projects, to keep
track of software changes that need to be done, planned features, development
assignment, etc. in order to allow better work parallelization and create
@@ -29,7 +29,7 @@
AUTHORS:
Stefano Mazzocchi <stefano@apache.org>
-
+
FIXME:
- do we need anymore working contexts? (SM)
@@ -39,15 +39,15 @@
19991225 Added actions element for better structure (SM)
[Version 1.1]
20011212 Used public identifiers for external entities (SM)
-
+
COPYRIGHT:
Copyright (c) @year@ The Apache Software Foundation.
-
- Permission to copy in any form is granted provided this notice is
- included in all copies. Permission to redistribute is granted
- provided this file is distributed untouched in all its parts and
+
+ Permission to copy in any form is granted provided this notice is
+ included in all copies. Permission to redistribute is granted
+ provided this file is distributed untouched in all its parts and
included files.
-
+
==================================================================== -->
<!-- =============================================================== -->
@@ -55,8 +55,8 @@
<!-- =============================================================== -->
<!ENTITY % document PUBLIC
- "-//APACHE//DTD Documentation V1.1//EN"
- "document-v11.dtd">
+ "-//APACHE//ENTITIES Documentation V1.1//EN"
+ "document-v11.mod">
%document;
@@ -73,7 +73,7 @@
<!-- =============================================================== -->
<!ELEMENT todo (devs, actions*)>
-<!ATTLIST todo %common.att;
+<!ATTLIST todo %common.att;
%title.att;>
<!ELEMENT devs (person+)>
@@ -87,7 +87,7 @@
<!ATTLIST action %common.att;
assigned-to IDREF #IMPLIED
context (%contexts;) #REQUIRED>
-
+
<!-- =============================================================== -->
<!-- End of DTD -->
<!-- =============================================================== -->
|