I'm now working with just a single dive so it's not too messy. This is my xml. Can anyone see a problem? Do I need a more complete set of tags, even for fields that are blank?
thanks in advance.
Code: Select all
<dives>
    <units>Imperial</units>
    <schema>2.0.0</schema>
	<dive>
		<date>1989-02-19</date>
		<maxdepth>20</maxdepth>
		<duration>32</duration>
		<country>USA</country>
		<location>California</location>
		<site>Corona Del Mar</site>
		<buddies>
			<buddy>Rusty</buddy>
		</buddies>
		<boat>Beach</boat>
		<tags>
			<tag>Class</tag>
		</tags>
	</dive>
</dives>