/sigmah/src/test/resources/report-def/parse-test/static.xml

http://sigma-h.googlecode.com/ · XML · 25 lines · 18 code · 3 blank · 4 comment · 0 complexity · cf5f64766a1ef96e94bb101bb7a38d28 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ All Sigmah code is released under the GNU General Public License v3
  4. ~ See COPYRIGHT.txt and LICENSE.txt.
  5. -->
  6. <report frequency="adhoc">
  7. <title>My Title</title>
  8. <sheetTitle>My Sheet Title</sheetTitle>
  9. <fileName>My File Name</fileName>
  10. <elements>
  11. <static>
  12. <text>This is static text and image.</text>
  13. <img>http://www.google.nl/logos/2010/oz10-hp.gif</img>
  14. </static>
  15. <static>
  16. <text>This is text only</text>
  17. </static>
  18. <static>
  19. <img>http://www.google.nl/logos/2010/oz10-hp.gif</img>
  20. </static>
  21. </elements>
  22. </report>