迅速な対応に感謝します。私は物事を少し再構築しました、そしてここに私のxmlがあります。これは100%準拠していますか、それとも小さな変更が必要ですか?
<?xml version="1.0"?>
<configuration>
<settings name="connection">
<server>test.com</server>
<name>blah</name>
<password>blah</password>
<owner>blah</owner>
<staff>blah,blH,BLAH,BLah</staff>
<timercount>5</timercount>
</settings>
<settings name="prvtmsg">
<hello>Hello %person. How are you today?</hello>
<commands>I have the following commands: About, Help, and Join</commands>
</setting>
<settings name="timers">
<timer1>interval,action,delay</timer1>
<timer2>interval,action,delay</timer2>
<timer3>interval,action,delay</timer3>
<timer4>interval,action,delay</timer4>
<timer5>interval,action,delay</timer5>
</settings>
</configuration>