9
edits
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
AniDB anime titles dump xml document specification. | |||
Encoding: utf-8 | |||
Root element: '''animetitles'''. | |||
* Element '''animetitles''' has MANY child elements of '''anime'''. | |||
** Each element '''anime''' has EXACTLY ONE attribute ''aid''. Value of attribute ''aid'' is integer. (as of 3rd April 2010 it reached number 7500~) | |||
** Each element '''anime''' has AT LEAST ONE child element of '''title'''. | |||
*** Each element '''title''' has EXACTLY ONE attribute ''type''. Value of attribute ''type'' is string. It has EXACTLY ONE of possible values: main, official, short, syn. (syn is abbreviation of synonym) | |||
*** Each element '''title''' has EXACTLY ONE attribute ''lang'' in namespace of ''xml''. Value of attribute ''lang'' is string. It has EXACTLY ONE of possible values: (see table and links at the bottom). | |||
*** Each element '''title''' has text node, which value is one anime title. Expect many different languages and alphabets. | |||
EXAMPLE: | |||
<pre><?xml version="1.0" encoding="UTF-8"?> | |||
<animetitles> | |||
<anime aid="1"> | |||
<title type="short" xml:lang="en">CotS</title> | |||
<title type="official" xml:lang="fr">Crest of the Stars</title> | |||
<title type="official" xml:lang="en">Crest of the Stars</title> | |||
<title type="official" xml:lang="pl">Crest of the Stars</title> | |||
<title type="main" xml:lang="x-jat">Seikai no Monshou</title> | |||
<title type="short" xml:lang="x-jat">SnM</title> | |||
<title type="syn" xml:lang="zh-Hans">星界之纹章</title> | |||
<title type="official" xml:lang="ja">星界の紋章</title> | |||
</anime> | |||
<anime aid="7"> | |||
<title type="syn" xml:lang="ko">원령공주</title> | |||
<title type="official" xml:lang="ko">모노노케 히메</title> | |||
<title type="official" xml:lang="hu">A vadon hercegnője</title> | |||
<title type="syn" xml:lang="vi">Công chúa sói</title> | |||
<title type="official" xml:lang="pl">Księżniczka Mononoke</title> | |||
<title type="official" xml:lang="es">La Princesa Mononoke</title> | |||
<title type="official" xml:lang="it">La Principessa Mononoke</title> | |||
<title type="main" xml:lang="x-jat">Mononoke Hime</title> | |||
<title type="official" xml:lang="tr">Prenses Mononoke</title> | |||
<title type="official" xml:lang="pt">Princesa Mononoke</title> | |||
<title type="official" xml:lang="sl">Princesa Mononoke</title> | |||
<title type="official" xml:lang="pt-BR">Princesa Mononoke</title> | |||
<title type="official" xml:lang="lv">Princese Mononoke</title> | |||
<title type="official" xml:lang="lt">Princesė Mononokė</title> | |||
<title type="official" xml:lang="fr">Princesse Mononoké</title> | |||
<title type="official" xml:lang="en">Princess Mononoke</title> | |||
<title type="official" xml:lang="hr">Princeza Mononoke</title> | |||
<title type="official" xml:lang="cs">Princezna Mononoke</title> | |||
<title type="official" xml:lang="sk">Princezná Mononoke</title> | |||
<title type="official" xml:lang="fi">Prinsessa Mononoke</title> | |||
<title type="official" xml:lang="ro">Prinţesa Mononoke</title> | |||
<title type="official" xml:lang="et">Printsess Mononoke</title> | |||
<title type="official" xml:lang="de">Prinzessin Mononoke</title> | |||
<title type="official" xml:lang="ar">الأميرة مونونوكي</title> | |||
<title type="official" xml:lang="he">הנסיכה מונונוקי</title> | |||
<title type="official" xml:lang="el">Πριγκίπισσα Μονονόκε</title> | |||
<title type="official" xml:lang="bg">Принцеса Мононоке</title> | |||
<title type="syn" xml:lang="uk">Принцеса Мононоке</title> | |||
<title type="syn" xml:lang="uk">Принцеса-мононоке</title> | |||
<title type="official" xml:lang="ru">Принцесса Мононоке</title> | |||
<title type="syn" xml:lang="ru">Принцесса Мононокэ</title> | |||
<title type="official" xml:lang="ja">もののけ姫</title> | |||
<title type="official" xml:lang="zh">幽灵公主</title> | |||
<title type="syn" xml:lang="zh">魔法公主</title> | |||
</anime> | |||
</animetitles></pre> | |||
{| {{table}} | {| {{table}} | ||
| align="center" style="background:#f0f0f0;"|'''language''' | | align="center" style="background:#f0f0f0;"|'''language''' |
edits