Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6fca2a9c5533b177dfad9fe242f3ff189a34e440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?> 
<cheatsheet title="Test cheatsheet without cheatsheet element">

	<intro>
		<description extra="testing">
Simple test
		</description>
</intro>

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

</cheatsheet>

Back to the top