From: G?nther B. <br...@us...> - 2002-02-24 21:06:13
|
Update of /cvsroot/xpg-xml/edu/iicm/xpg In directory usw-pr-cvs1:/tmp/cvs-serv21298 Modified Files: statemachine.xml test0.xml Log Message: DocumentGenerator, Generator and Parser modified Index: statemachine.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/statemachine.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** statemachine.xml 7 Feb 2002 09:25:01 -0000 1.5 --- statemachine.xml 24 Feb 2002 21:06:09 -0000 1.6 *************** *** 1,4 **** <?xml version="1.0" standalone="no"?> ! <!DOCTYPE statemachine SYSTEM "statemachine.dtd"> <statemachine > --- 1,4 ---- <?xml version="1.0" standalone="no"?> ! <!-- DOCTYPE statemachine SYSTEM "statemachine.dtd" --> <statemachine > Index: test0.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/test0.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test0.xml 30 Jan 2002 14:04:27 -0000 1.3 --- test0.xml 24 Feb 2002 21:06:09 -0000 1.4 *************** *** 1,4 **** <?xml version="1.0" standalone="no"?> ! <!DOCTYPE document SYSTEM "test0.dtd"> <document> --- 1,4 ---- <?xml version="1.0" standalone="no"?> ! <!-- DOCTYPE document SYSTEM "test0.dtd" --> <document> |