Advertisement
Advertisement
| 07.03.2008 at 12:38PM PDT, ID: 23537966 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: |
<?xml version="1.0"?> <root> ---------------------- <line1> <value1>some data</value1> <value2>more data</value2> .... </line1> <line2> <othervalue>different data</othervalue> </line2> --------------------- <line1> <value1>yet more data</value1> <value2>something here</value2> </line1> <line2> <othervalue>last data in this file</othervalue> </line2> --------------------- </root> |