| 12345678910111213141516171819 |
- <?xml version="1.0"?>
- <configdata>
- <testing>
- <options>
- <first>
- <key>aa</key>
- <value>1</value>
- </first>
- <second>
- <value>xxxx</value>
- <key>2</key>
- </second>
- <third>
- <key>ssss</key>
- <value>444</value>
- </third>
- </options>
- </testing>
- </configdata>
|