[Idrs-commit] CVS: Idrs/dev/projects/compiler rmlTrans.xml,1.4,1.5
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-01-25 14:49:09
|
Update of /cvsroot/idrs/Idrs/dev/projects/compiler In directory usw-pr-cvs1:/tmp/cvs-serv15047/projects/compiler Modified Files: rmlTrans.xml Log Message: First working version of macro translator created. Also added dev/xml directory containing all xml files from compiler project. As always, re-ran javadoc. Index: rmlTrans.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/projects/compiler/rmlTrans.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rmlTrans.xml 2002/01/21 21:05:59 1.4 --- rmlTrans.xml 2002/01/25 14:49:03 1.5 *************** *** 2,21 **** <trans:rmlTrans xmlns:trans="rmlTransSchema.xml"> <!-- define valid rml tags --> ! <trans:rml simple="true" ownLine="true" >rml</trans:rml> ! <trans:rml simple="true" ownLine="true">ishtml</trans:rml> ! <trans:rml simple="true" ownLine="true">scriptClass</trans:rml> <trans:rml simple="false" ownLine="true" >head</trans:rml> <trans:rml simple="true" ownLine="true" >object</trans:rml> ! <trans:rml simple="true" ownLine="true" >class</trans:rml> <trans:rml simple="true" ownLine="true">constructor</trans:rml> ! <trans:rml simple="true" ownLine="true">vartype</trans:rml> <trans:rml simple="true" ownLine="true">method</trans:rml> ! <trans:rml simple="true" ownLine="true">name</trans:rml> <trans:rml simple="true" ownLine="true">db</trans:rml> ! <trans:rml simple="true" ownLine="true">dbDriver</trans:rml> ! <trans:rml simple="true" ownLine="true">dbName</trans:rml> ! <trans:rml simple="true" ownLine="true">dbUser</trans:rml> ! <trans:rml simple="true" ownLine="true">dbPass</trans:rml> ! <trans:rml simple="true" ownLine="true">useDb</trans:rml> <trans:rml simple="true" ownLine="false">usemethod</trans:rml> <trans:rml simple="true" ownLine="true">sql</trans:rml> --- 2,21 ---- <trans:rmlTrans xmlns:trans="rmlTransSchema.xml"> <!-- define valid rml tags --> ! <trans:rml simple="true" ownLine="false" >rml</trans:rml> ! <trans:rml simple="true" ownLine="false">ishtml</trans:rml> ! <trans:rml simple="true" ownLine="false">scriptClass</trans:rml> <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> <trans:rml simple="true" ownLine="true">method</trans:rml> ! <trans:rml simple="true" ownLine="false">name</trans:rml> <trans:rml simple="true" ownLine="true">db</trans:rml> ! <trans:rml simple="true" ownLine="false">dbDriver</trans:rml> ! <trans:rml simple="true" ownLine="false">dbName</trans:rml> ! <trans:rml simple="true" ownLine="false">dbUser</trans:rml> ! <trans:rml simple="true" ownLine="false">dbPass</trans:rml> ! <trans:rml simple="true" ownLine="false">useDb</trans:rml> <trans:rml simple="true" ownLine="false">usemethod</trans:rml> <trans:rml simple="true" ownLine="true">sql</trans:rml> *************** *** 24,29 **** <trans:rml simple="false" ownLine="true">body</trans:rml> <trans:rml simple="true" ownLine="false">field</trans:rml> ! <trans:rml simple="true" ownLine="true">src</trans:rml> ! <trans:rml simple="true" ownLine="false">ifResults</trans:rml> <trans:rml simple="false" ownLine="true">yes</trans:rml> <trans:rml simple="false" ownLine="true" >no</trans:rml> --- 24,29 ---- <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> ! <trans:rml simple="true" ownLine="true">ifResults</trans:rml> <trans:rml simple="false" ownLine="true">yes</trans:rml> <trans:rml simple="false" ownLine="true" >no</trans:rml> |