Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
It's finally time to throw together a couple of test files to ensure that your class is working correctly. First create a very basic XML file that contains some sample data for you to load in.
<?xml version="1.0" encoding="UTF-8" ?> <config> <property name="exampleProperty1" value="I am value #1." /> <property name="exampleProperty2" value="I am value #2." /> <property name="exampleProperty3" value="I am value #3." /> </config>