From: G?nther B. <br...@us...> - 2002-02-03 22:18:58
|
Update of /cvsroot/xpg-xml/edu/iicm/xpg In directory usw-pr-cvs1:/tmp/cvs-serv18621 Modified Files: statemachine.dtd Log Message: searchpath for transitionfactory added Index: statemachine.dtd =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/statemachine.dtd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** statemachine.dtd 2002/01/30 13:52:37 1.3 --- statemachine.dtd 2002/02/03 22:18:55 1.4 *************** *** 1,3 **** ! <!ELEMENT statemachine (states,transitions?)> <!ELEMENT states (startstate,state*)> <!ELEMENT transitions (transition*)> --- 1,4 ---- ! <!ELEMENT statemachine (path,states,transitions?)> ! <!ELEMENT path (#PCDATA)> <!ELEMENT states (startstate,state*)> <!ELEMENT transitions (transition*)> *************** *** 10,13 **** <!ELEMENT classname (#PCDATA)> <!ATTLIST element type ( start | end | enddoc ) #REQUIRED> - --- 11,13 ---- |