view PrefTestPref.xml @ 32:4d9c0cc7c4a3

* Add app.config to try to make VS.Net happy no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:23:19 +0000
parents 16c28954b559
children
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE races[
  <!ELEMENT preferences (preferece*)> 
  <!ELEMENT preference (CDATA|preferenceArr)> 
  <!ELEMENT preferenceArr (CDATA)>
  <!ATTLIST preference id ID #REQUIRED>
  <!ATTLIST preference type CDATA #REQUIRED>
  <!ATTLIST preferenceArr id ID #REQUIRED>
]>
<preferences>
	<preference id="boolVal" type="System.Boolean">true</preference>
	<preference id="stringVal" type="System.String">some string here</preference>
	<preference id="byteVal" type="System.Byte">255</preference>
</preferences>