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

http://sigma-h.googlecode.com/ · XML · 38 lines · 30 code · 4 blank · 4 comment · 0 complexity · 3d9cfd698afba5b8b453ddef0e84d219 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. <pivotTable>
  12. <title>A Pivot Table</title>
  13. </pivotTable>
  14. <pivotChart>
  15. <title>A Pivot Chart</title>
  16. </pivotChart>
  17. <table>
  18. <title>A Table</title>
  19. </table>
  20. <map>
  21. <title>A Map</title>
  22. </map>
  23. <static>
  24. <text>This is static text and image.</text>
  25. <img>http://www.google.nl/logos/2010/oz10-hp.gif</img>
  26. </static>
  27. <static>
  28. <text>This is text only</text>
  29. </static>
  30. <static>
  31. <img>http://www.google.nl/logos/2010/oz10-hp.gif</img>
  32. </static>
  33. </elements>
  34. </report>