[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.9, 1.10
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-07-03 08:19:30
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4318/gensrc/metadata Modified Files: functions.xml Log Message: revised processing for ohParseFields() Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** functions.xml 30 Jun 2006 09:33:39 -0000 1.9 --- functions.xml 3 Jul 2006 08:19:25 -0000 1.10 *************** *** 427,431 **** </Procedure--> ! <Procedure name='ohParseField'> <description>Extract the ith number from a whitespace-delimited list of fields</description> <functionCategory>ObjectHandler</functionCategory> --- 427,431 ---- </Procedure--> ! <!--Procedure name='ohParseField'> <description>Extract the ith number from a whitespace-delimited list of fields</description> <functionCategory>ObjectHandler</functionCategory> *************** *** 450,454 **** <description>requested text field converted to double</description> </ReturnValue> ! </Procedure> </Functions> --- 450,454 ---- <description>requested text field converted to double</description> </ReturnValue> ! </Procedure--> </Functions> |