Sample library.xml file: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<library name=""> |
<library name=""> |
||
<entry> |
<entry> |
||
<title> |
<title></title> |
||
<author> |
<author></author> |
||
<language> |
<language></language> |
||
<date></date> |
<date></date> |
||
<publisher> |
<publisher></publisher> |
||
<icon> |
<icon></icon> |
||
<description></description> |
<description></description> |
||
</entry> |
</entry> |
Revision as of 18:32, 17 July 2007
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> </library>