Sample library.xml file

From OLPC
Revision as of 18:27, 17 July 2007 by Lauren (talk | contribs) (New page: Here is a sample library.xml file: <pre> <?xml version="1.0" encoding="ISO-8859-1"?> <library name=""> <entry> <title></title> <author></author> <language></language> <date></dat...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Here is a sample library.xml file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<library name="">
	<entry>
		<title></title>
		<author></author>
		<language></language>
		<date></date>
		<publisher></publisher>
		<icon></icon>
		<description></description>
	</entry>
	<entry>
		<title></title>
		<author></author>
		<language></language>
		<date></date>
		<publisher></publisher>
		<icon></icon>
		<description></description>
	</entry>
	<entry>
		<title></title>
		<author></author>
		<language></language>
		<date></date>
		<publisher></publisher>
		<icon></icon>
		<description></description>
	</entry>
</library>