From: Egon W. <eg...@us...> - 2004-01-14 15:44:46
|
Update of /cvsroot/woc/woc/data/wml/templates In directory sc8-pr-cvs1:/tmp/cvs-serv24845/data/wml/templates Modified Files: chemical.xml element.xml Log Message: Final tweaks. I can now add one item reasonably easy. See woc website: 1-butoxy-2-propanol Index: chemical.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/chemical.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** chemical.xml 13 Jun 2002 19:48:52 -0000 1.3 --- chemical.xml 14 Jan 2004 15:44:42 -0000 1.4 *************** *** 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> --- 1,2 ---- *************** *** 17,20 **** --- 15,19 ---- </DICT> <INDEX CLASS=""></INDEX> + <INDEX CLASS="CAS-NUMBER">$cas</INDEX> <!-- classes: CAS-NUMBER, WOC-NUMBER, UN-NUMBER, E-NUMBER, SMILES, MSDS-CODE --> *************** *** 39,41 **** --- 38,46 ---- <!-- mimes: chemical/cml classes: PhysicalProperties --> + <molecule id="$cas" convention="DictOrgChem"> + <float title="BoilingPoint" units="degrees Celsius"></float> + <float title="MeltingPoint" units="degrees Celsius"></float> + <string title="Stoichiometry">C<sub></sub>H<sub></sub>O<sub></sub></string> + <string title="StoichiometryID">C000ZH000YO000X</string> + </molecule> </ITEM> Index: element.xml =================================================================== RCS file: /cvsroot/woc/woc/data/wml/templates/element.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** element.xml 13 Jun 2002 19:47:03 -0000 1.2 --- element.xml 14 Jan 2004 15:44:42 -0000 1.3 *************** *** 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> --- 1,2 ---- |