Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 33b37271c22f036ad6253a5d6b62fa483afc4370 (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" ?> 
<!--
     Copyright (c) 2005, 2006 IBM Corporation and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v1.0
     which accompanies this distribution, and is available at
     http://www.eclipse.org/legal/epl-v10.html
    
     Contributors:
         IBM Corporation - initial API and implementation
 -->

<cheatsheet title="Test cheatsheet without cheatsheet element">

	<intro>
		<description>
Simple test
		</description>
</intro>

	<item
		title="Just a simple test">
		<description>
Did it work? Of course not, it is suppose to cause a parsing error.
		</description>
		<command/>
</item>

</cheatsheet>

Back to the top