[Idrs-commit] CVS: Idrs/dev/xml rmlTrans.xml,1.4,1.5
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-04-05 15:29:57
|
Update of /cvsroot/idrs/Idrs/dev/xml In directory usw-pr-cvs1:/tmp/cvs-serv14497/dev/xml Modified Files: rmlTrans.xml Log Message: bug fixes, documentation Index: rmlTrans.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/xml/rmlTrans.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rmlTrans.xml 23 Mar 2002 04:48:29 -0000 1.4 --- rmlTrans.xml 5 Apr 2002 14:37:52 -0000 1.5 *************** *** 15,18 **** --- 15,19 ---- <trans:rml simple="true" ownLine="false">dbDriver</trans:rml> <trans:rml simple="true" ownLine="false">dbName</trans:rml> + <trans:rml simple="true" ownLine="false">dirrection</trans:rml> <trans:rml simple="true" ownLine="false">dbUser</trans:rml> <trans:rml simple="true" ownLine="false">dbPass</trans:rml> *************** *** 22,26 **** <trans:rml simple="true" ownLine="true">storedProc</trans:rml> <trans:rml simple="true" ownLine="true">varlist</trans:rml> ! <trans:rml simple="false" ownLine="true">body</trans:rml> <trans:rml simple="true" ownLine="false">field</trans:rml> <trans:rml simple="true" ownLine="false">src</trans:rml> --- 23,27 ---- <trans:rml simple="true" ownLine="true">storedProc</trans:rml> <trans:rml simple="true" ownLine="true">varlist</trans:rml> ! <trans:rml simple="false" ownLine="false">body</trans:rml> <trans:rml simple="true" ownLine="false">field</trans:rml> <trans:rml simple="true" ownLine="false">src</trans:rml> *************** *** 50,52 **** <!-- Names Space of RML --> <trans:schemaNameSpace>rml</trans:schemaNameSpace> ! </trans:rmlTrans> \ No newline at end of file --- 51,53 ---- <!-- Names Space of RML --> <trans:schemaNameSpace>rml</trans:schemaNameSpace> ! </trans:rmlTrans> |