Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created February 8, 2019 13:39
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 todorok1/4cdf70cf9b84fdd9720021e4c00e32d1 to your computer and use it in GitHub Desktop.
Save todorok1/4cdf70cf9b84fdd9720021e4c00e32d1 to your computer and use it in GitHub Desktop.
入れ子になったXMLのサンプル
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Root>
<Data>
<enemyName>スライム</enemyName>
<maxHp>4</maxHp>
<atk>2</atk>
<def>2</def>
<special>
<waza1>ひのこ</waza1>
<waza2>はっぱカッター</waza2>
<waza3>みずでっぽう</waza3>
</special>
<exp>1</exp>
<gold>2</gold>
</Data>
</Root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment