<?xml version="1.0" encoding="utf-8" ?> 
<directorylist>
	<items>
		<item>
			<id>1</id>
			<text>XML List Item 1</text>
			<causespostback>false</causespostback>
			<events>
				<event>
					<name>onclick</name>
					<script>alert('You clicked XML List Item 1');</script>
				</event>
			</events>
		</item>
		<item>
			<id>2</id>
			<text>XML List Item 2</text>
		</item>
		<item>
			<id>3</id>
			<text>XML List Item 3</text>
		</item>
		<item>
			<id>4</id>
			<text>XML List Item 4</text>
		</item>
		<item>
			<id>5</id>
			<text>XML List Item 5</text>
		</item>
		<item>
			<id>6</id>
			<text>XML List Item 6</text>
		</item>
	</items>
</directorylist>
