[Idrs-commit] CVS: Idrs/dev/xml rmlTrans.xml,1.2,1.3 rmlTransSchema.xml,1.1,1.2
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-03-04 23:05:39
|
Update of /cvsroot/idrs/Idrs/dev/xml In directory usw-pr-cvs1:/tmp/cvs-serv28790/xml Modified Files: rmlTrans.xml rmlTransSchema.xml Log Message: Completed initial xml compilation system Index: rmlTrans.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/xml/rmlTrans.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rmlTrans.xml 27 Feb 2002 23:56:32 -0000 1.2 --- rmlTrans.xml 4 Mar 2002 23:05:35 -0000 1.3 *************** *** 3,7 **** <!-- 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> --- 3,7 ---- <!-- define valid rml tags --> <trans:rml simple="true" ownLine="false" >rml</trans:rml> ! <trans:rml simple="true" ownLine="false" represent="isHtml" >ishtml</trans:rml> <trans:rml simple="true" ownLine="false">scriptClass</trans:rml> <trans:rml simple="false" ownLine="true" >head</trans:rml> *************** *** 9,13 **** <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> <trans:rml simple="true" ownLine="true">method</trans:rml> <trans:rml simple="true" ownLine="false">name</trans:rml> --- 9,13 ---- <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" represent="varType" >vartype</trans:rml> <trans:rml simple="true" ownLine="true">method</trans:rml> <trans:rml simple="true" ownLine="false">name</trans:rml> *************** *** 18,23 **** <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> <trans:rml simple="true" ownLine="true">storedProc</trans:rml> <trans:rml simple="true" ownLine="true">varlist</trans:rml> --- 18,23 ---- <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" represent="SQL" >sql</trans:rml> <trans:rml simple="true" ownLine="true">storedProc</trans:rml> <trans:rml simple="true" ownLine="true">varlist</trans:rml> Index: rmlTransSchema.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/xml/rmlTransSchema.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rmlTransSchema.xml 25 Jan 2002 14:49:03 -0000 1.1 --- rmlTransSchema.xml 4 Mar 2002 23:05:35 -0000 1.2 *************** *** 8,11 **** --- 8,12 ---- <xs:attribute name="simple" type="xs:boolean" /> <xs:attribute name="ownLine" type="xs:boolean" /> + <xs:attribute name="represent" type="xs:string" minOccurrs="0" maxOccurrs="1" /> </xs:element> |