[Idrs-commit] CVS: Idrs/dev/xml rmlTrans.xml,1.1,1.2
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-02-27 23:56:36
|
Update of /cvsroot/idrs/Idrs/dev/xml In directory usw-pr-cvs1:/tmp/cvs-serv12455/dev/xml Modified Files: rmlTrans.xml Log Message: Added upload support! Thanks to Dane Foster and Equity Technology Group for posting their code on sourceforge! Index: rmlTrans.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/xml/rmlTrans.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rmlTrans.xml 25 Jan 2002 14:49:03 -0000 1.1 --- rmlTrans.xml 27 Feb 2002 23:56:32 -0000 1.2 *************** *** 7,11 **** <trans:rml simple="false" ownLine="true" >head</trans:rml> <trans:rml simple="true" ownLine="true" >object</trans:rml> ! <trans:rml simple="true" ownLine="false" >class</trans:rml> <trans:rml simple="true" ownLine="true">constructor</trans:rml> <trans:rml simple="true" ownLine="false">vartype</trans:rml> --- 7,11 ---- <trans:rml simple="false" ownLine="true" >head</trans:rml> <trans:rml simple="true" ownLine="true" >object</trans:rml> ! <trans:rml simple="true" ownLine="false" represent="className" >class</trans:rml> <trans:rml simple="true" ownLine="true">constructor</trans:rml> <trans:rml simple="true" ownLine="false">vartype</trans:rml> |