From: Egon W. <eg...@us...> - 2002-06-13 19:47:06
|
Update of /cvsroot/woc/woc/data/wml/templates In directory usw-pr-cvs1:/tmp/cvs-serv25562/templates Modified Files: chemical.xml element.xml group.xml short.xml term.xml word.xml Log Message: Updated for DTD. Index: chemical.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/chemical.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** chemical.xml 8 Jun 2002 18:49:07 -0000 1.1 --- chemical.xml 13 Jun 2002 19:47:03 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM SYSTEM "wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="CHEMICAL" CODE="$code"> <DICT> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM PUBLIC "-//www-woc.sci.kun.nl//DTD WOC Markup Language V1.0//EN" "http://www-woc.sci.kun.nl/wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="CHEMICAL" CODE="$code"> <DICT> *************** *** 23,30 **** views: TOP, otherwise no VIEW tag --> <COMMENT> ! <P></P> </COMMENT> <EXAMPLE> ! <P></P> </EXAMPLE> <tm:topicmap xmlns:tm="http://www.topic-maps.de/content/resources\tm.dtd" --- 23,30 ---- views: TOP, otherwise no VIEW tag --> <COMMENT> ! <p></p> </COMMENT> <EXAMPLE> ! <p></p> </EXAMPLE> <tm:topicmap xmlns:tm="http://www.topic-maps.de/content/resources\tm.dtd" Index: element.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/element.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** element.xml 8 Jun 2002 18:49:07 -0000 1.1 --- element.xml 13 Jun 2002 19:47:03 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM SYSTEM "wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="ELEMENT" CODE="$code"> <DICT> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM PUBLIC "-//www-woc.sci.kun.nl//DTD WOC Markup Language V1.0//EN" "http://www-woc.sci.kun.nl/wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="ELEMENT" CODE="$code"> <DICT> Index: group.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/group.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** group.xml 8 Jun 2002 18:49:07 -0000 1.1 --- group.xml 13 Jun 2002 19:47:03 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM SYSTEM "wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="GROUP" CODE="$code"> <DICT> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM PUBLIC "-//www-woc.sci.kun.nl//DTD WOC Markup Language V1.0//EN" "http://www-woc.sci.kun.nl/wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="GROUP" CODE="$code"> <DICT> *************** *** 11,15 **** <WOC> <COMMENT> ! <P></P> </COMMENT> </WOC> --- 11,15 ---- <WOC> <COMMENT> ! <p></p> </COMMENT> </WOC> Index: short.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/short.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** short.xml 8 Jun 2002 18:49:07 -0000 1.1 --- short.xml 13 Jun 2002 19:47:03 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM SYSTEM "wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="CHEMICAL" CODE="$code"> <DICT> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM PUBLIC "-//www-woc.sci.kun.nl//DTD WOC Markup Language V1.0//EN" "http://www-woc.sci.kun.nl/wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="CHEMICAL" CODE="$code"> <DICT> Index: term.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/term.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** term.xml 8 Jun 2002 18:49:07 -0000 1.1 --- term.xml 13 Jun 2002 19:47:03 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM SYSTEM "wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="TERM" CODE="$code"> <DICT> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM PUBLIC "-//www-woc.sci.kun.nl//DTD WOC Markup Language V1.0//EN" "http://www-woc.sci.kun.nl/wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="TERM" CODE="$code"> <DICT> *************** *** 11,18 **** <WOC> <COMMENT> ! <P></P> </COMMENT> <EXAMPLE> ! <P></P> </EXAMPLE> <tm:topicmap xmlns:tm="http://www.topic-maps.de/content/resources\tm.dtd" --- 11,18 ---- <WOC> <COMMENT> ! <p></p> </COMMENT> <EXAMPLE> ! <p></p> </EXAMPLE> <tm:topicmap xmlns:tm="http://www.topic-maps.de/content/resources\tm.dtd" Index: word.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/word.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** word.xml 8 Jun 2002 18:49:07 -0000 1.1 --- word.xml 13 Jun 2002 19:47:03 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM SYSTEM "wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="TERM" CODE="$code"> <DICT> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <!DOCTYPE ITEM PUBLIC "-//www-woc.sci.kun.nl//DTD WOC Markup Language V1.0//EN" "http://www-woc.sci.kun.nl/wocml.dtd"> <ITEM NAME="$item" ID="$wocnumber" CLASS="TERM" CODE="$code"> <DICT> |