Skip to content

Instantly share code, notes, and snippets.

@k5trismegistus
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k5trismegistus/43de955b4994eba358a2 to your computer and use it in GitHub Desktop.
Save k5trismegistus/43de955b4994eba358a2 to your computer and use it in GitHub Desktop.
ComicInfo.xmlダメな例
<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Series>sleepless night</Series>
<Year>2008</Year>
<Day>27</Day>
<Manga>YesAndRightToLeft</Manga>
<Writer>八王子海パン突撃騎兵隊</Writer>
<Month>4</Month>
<Penciller>巻田佳春</Penciller>
<PageCount>18</PageCount>
<Pages>
<Page Image="0" ImageSize="606277" ImageWidth="1783" ImageHeight="2560" Type="FrontCover" />
<Page Image="1" ImageSize="720549" ImageWidth="1768" ImageHeight="2560" />
<Page Image="2" ImageSize="737644" ImageWidth="1769" ImageHeight="2560" />
<Page Image="3" ImageSize="733735" ImageWidth="1785" ImageHeight="2560" />
<Page Image="4" ImageSize="700316" ImageWidth="1774" ImageHeight="2560" />
<Page Image="5" ImageSize="728286" ImageWidth="1792" ImageHeight="2560" />
<Page Image="6" ImageSize="831274" ImageWidth="1777" ImageHeight="2560" />
<Page Image="7" ImageSize="809659" ImageWidth="1790" ImageHeight="2560" />
<Page Image="8" ImageSize="736342" ImageWidth="1777" ImageHeight="2560" />
<Page Image="9" ImageSize="700563" ImageWidth="1794" ImageHeight="2560" />
<Page Image="10" ImageSize="613868" ImageWidth="1778" ImageHeight="2560" />
<Page Image="11" ImageSize="773442" ImageWidth="1793" ImageHeight="2560" />
<Page Image="12" ImageSize="707575" ImageWidth="1775" ImageHeight="2560" />
<Page Image="13" ImageSize="851088" ImageWidth="1794" ImageHeight="2560" />
<Page Image="14" ImageSize="607430" ImageWidth="1774" ImageHeight="2560" />
<Page Image="15" ImageSize="770116" ImageWidth="1786" ImageHeight="2560" />
<Page Image="16" ImageSize="617830" ImageWidth="1777" ImageHeight="2560" />
<Page Image="17" ImageSize="87111" ImageWidth="1766" ImageHeight="2560" />
</Pages>
<Genre>しゅごキャラ!</Genre>
</ComicInfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment