Sample library.xml file: Difference between revisions
Jump to navigation
Jump to search
m (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...) |
mNo edit summary |
||
Line 5: | Line 5: | ||
<library name=""> |
<library name=""> |
||
<entry> |
<entry> |
||
<title></title> |
<title>Aardvark</title> |
||
<author></author> |
<author>Alice</author> |
||
<language></language> |
<language>English</language> |
||
<date></date> |
<date></date> |
||
<publisher></publisher> |
<publisher>OLPC</publisher> |
||
<icon></icon> |
<icon>aardvark.svg</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> |
<description></description> |
||
</entry> |
</entry> |
Revision as of 18:31, 17 July 2007
Here is a sample library.xml file:
<?xml version="1.0" encoding="ISO-8859-1"?> <library name=""> <entry> <title>Aardvark</title> <author>Alice</author> <language>English</language> <date></date> <publisher>OLPC</publisher> <icon>aardvark.svg</icon> <description></description> </entry> </library>