version_conversion.xml 551 B

1234567891011121314151617181920212223
  1. <odML version="1">
  2. <date>2008-07-07</date>
  3. <section>
  4. <name>sec_one</name>
  5. <type>mainsec</type>
  6. <section>
  7. <name>subsec_one</name>
  8. <type>subsec</type>
  9. </section>
  10. <property>
  11. <name>prop_name</name>
  12. <value>
  13. ['one', 'two']
  14. <type>string</type>
  15. </value>
  16. <value>
  17. 1
  18. <type>int</type>
  19. </value>
  20. </property>
  21. </section>
  22. <author>author</author>
  23. </odML>