好的,感谢您的快速回复。我对事物进行了一些重组,这是我的 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>