X-definition
If you have a collection with more X-definitions enter the name of X-definition with root INI data:
<xd:def xmlns:xd="http://www.xdef.org/xdef/4.2" name="Example" root="test"> <xd:ini name="test"> TRSUser = string(); finally outln("TRS user: " + getText()); [User] Home = file(); finally outln("Home directory: " + getText()); Authority = enum("MANAGER","CLIENT","UNREGISTRED"); finally outln("Authority: " + getText()); ReceiverSleep = int(1, 3600) [Server] RemoteServerURL = url() SeverIP = ipAddr() SendMailHost = domainAddr() MailAddr = emailAddr() Signature = SHA1() </xd:ini> </xd:def>
Input data
############# TRS configuration ############# # TRS user name TRSUser = John Smith [User] Home = D:/TRS_Client/usr/Smith # authority(SECURITY | SOFTWARE | CLIENT | UNREGISTRED) Authority = CLIENT ReceiverSleep = 1 [Server] RemoteServerURL = http://localhost:8080/TRS/TRSServer SeverIP = 123.45.67.8 SendMailHost = smtp.synth.cz MailAddr = jira@synth.cz Signature = 12afe0c1d246895a990ab2dd13ce684f012b339c
You can edit
X-definition
or
Input
window