Update of /cvsroot/pymerase/pymerase/examples/school/schema
In directory sc8-pr-cvs1:/tmp/cvs-serv3868
Modified Files:
Classes.xml Courses.xml Employees.xml Faculty.xml Houses.xml
People.xml Staff.xml Students.xml
Log Message:
Renamed the SYSTEM table.dtd reference to something that will be updated by
pymerase
Index: Classes.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Classes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Classes.xml 25 Apr 2003 23:48:12 -0000 1.7
--- Classes.xml 21 Jun 2003 01:33:44 -0000 1.8
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Classes"
type="&linking_table;"
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Classes"
type="&linking_table;"
Index: Courses.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Courses.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Courses.xml 25 Apr 2003 23:48:12 -0000 1.3
--- Courses.xml 21 Jun 2003 01:33:44 -0000 1.4
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Courses"
comment="">
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Courses"
comment="">
Index: Employees.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Employees.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Employees.xml 5 Apr 2003 00:56:49 -0000 1.5
--- Employees.xml 21 Jun 2003 01:33:44 -0000 1.6
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Employees"
comment=""
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Employees"
comment=""
Index: Faculty.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Faculty.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Faculty.xml 5 Apr 2003 00:56:49 -0000 1.2
--- Faculty.xml 21 Jun 2003 01:33:44 -0000 1.3
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Faculty"
comment=""
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Faculty"
comment=""
Index: Houses.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Houses.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Houses.xml 5 Apr 2003 00:56:49 -0000 1.2
--- Houses.xml 21 Jun 2003 01:33:44 -0000 1.3
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Houses"
comment="">
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Houses"
comment="">
Index: People.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/People.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** People.xml 25 Apr 2003 23:48:12 -0000 1.3
--- People.xml 21 Jun 2003 01:33:44 -0000 1.4
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="People"
comment="Base class describing a person">
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="People"
comment="Base class describing a person">
Index: Staff.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Staff.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Staff.xml 5 Apr 2003 00:56:49 -0000 1.2
--- Staff.xml 21 Jun 2003 01:33:44 -0000 1.3
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Staff"
comment=""
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Staff"
comment=""
Index: Students.xml
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/schema/Students.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Students.xml 25 Apr 2003 23:48:12 -0000 1.6
--- Students.xml 21 Jun 2003 01:33:44 -0000 1.7
***************
*** 1,4 ****
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:../table.dtd">
<table name="Students"
comment=""
--- 1,4 ----
<?xml version="1.0" standalone="no"?>
! <!DOCTYPE table SYSTEM "file:table.dtd">
<table name="Students"
comment=""
|