Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f5dfe5f35562228e875123d497b3dcbe3cb50ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" ?>
<cheatsheet
      title="Test cheatsheet without cheatsheet element">
   <item
         title="Introduction"
         description="Simple test"
         Href="null"
         contextId="null">
      <nullAction/>
      <nullList/>
      <nullPerformWhen/>
      <nullList/>
   </item>
   <list>
      <item
            title="Just a simple test"
            description="<form><p>
Did it work? Of course <b>not</b>, it is suppose to cause a parsing .
		</p></form>"
            Href="null"
            contextId="null">
         <nullAction/>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
   </list>
</cheatsheet>

Back to the top