[Idrs-commit] CVS: Idrs/dev/projects/compiler rmlTrans.xml,1.1,1.2 rmlTransSchema.xml,1.1,1.2
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2002-01-19 06:51:29
|
Update of /cvsroot/idrs/Idrs/dev/projects/compiler In directory usw-pr-cvs1:/tmp/cvs-serv16090/dev/projects/compiler Modified Files: rmlTrans.xml rmlTransSchema.xml Log Message: test commit Index: rmlTrans.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/projects/compiler/rmlTrans.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rmlTrans.xml 2002/01/16 05:24:33 1.1 --- rmlTrans.xml 2002/01/19 06:51:26 1.2 *************** *** 34,37 **** --- 34,43 ---- <trans:textTag>text</trans:textTag> + <!-- script tag --> + <trans:scriptTag>script</trans:scriptTag> + + <!-- echo script tag --> + <trans:echoScriptTag>echoScriptTag</trans:echoScriptTag> + <!-- Script tag char --> <trans:schriptChar>$</trans:scriptChar> Index: rmlTransSchema.xml =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/projects/compiler/rmlTransSchema.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rmlTransSchema.xml 2002/01/16 05:24:33 1.1 --- rmlTransSchema.xml 2002/01/19 06:51:26 1.2 *************** *** 10,13 **** --- 10,19 ---- <element name="textTag" type="xs:string" minOccurrs="1" maxOccurrs="1" /> + <!-- Used to identify what tag will be used for script purposes --> + <element name="scriptTag" type="xs:string" minOccurrs="1" maxOccurrs="1" /> + + <!-- Used to identify what tag will be used for echo script purposes --> + <element name="echoScriptTag" type="xs:string" minOccurrs="1" maxOccurrs="1" /> + <!-- defines what character will be used to signify a script, currently $ --> <element name="schriptChar" type="xs:char" minOccurrs="1" maxOccurrs="1" /> |