Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5ca3e521eda322a16b600a98af1ccb3a7f8abc69 (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
<?xml version="1.0" encoding="UTF-8" ?>
<cheatsheet
      title="Test cheatsheet opening from URL">
   <item
         title="Introduction"
         description="Simple test"
         Href="null"
         contextId="null">
      <nullAction/>
      <nullList/>
      <nullPerformWhen/>
      <nullList/>
   </item>
   <list>
      <item
            title="Just a simple test"
            description="Did it work?"
            Href="null"
            contextId="null">
         <nullAction/>
         <list/>
         <nullPerformWhen/>
         <nullList/>
      </item>
   </list>
</cheatsheet>

Back to the top