Skip to content

Instantly share code, notes, and snippets.

@witoong623
Created February 24, 2015 11:31
Show Gist options
  • Save witoong623/c1c1614026c4e4d45252 to your computer and use it in GitHub Desktop.
Save witoong623/c1c1614026c4e4d45252 to your computer and use it in GitHub Desktop.
A xml file with tag that can be used by KCC
<?xml version="1.0"?>
<ComicInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Series>Kakegurui</Series>
<Volume>1</Volume>
<Number>1</Number>
<Writer>Tooru Naomura(Art) Homura Kawamoto(Story)</Writer>
</ComicInfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment