/sigmah/src/test/resources/report-def/parse-test/static.xml
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 7<report frequency="adhoc"> 8 9 <title>My Title</title> 10 <sheetTitle>My Sheet Title</sheetTitle> 11 <fileName>My File Name</fileName> 12 13 <elements> 14 <static> 15 <text>This is static text and image.</text> 16 <img>http://www.google.nl/logos/2010/oz10-hp.gif</img> 17 </static> 18 <static> 19 <text>This is text only</text> 20 </static> 21 <static> 22 <img>http://www.google.nl/logos/2010/oz10-hp.gif</img> 23 </static> 24 </elements> 25</report>