Skip to content

Instantly share code, notes, and snippets.

@taitokiss
Created November 11, 2018 02:16
Show Gist options
  • Save taitokiss/14e666e5e4d1626cd6557808443bd6b7 to your computer and use it in GitHub Desktop.
Save taitokiss/14e666e5e4d1626cd6557808443bd6b7 to your computer and use it in GitHub Desktop.
html と比較用の xml
<?xml version="1.0">
<all_test>
<test>
<title>山田太郎</title>
<point>90</point>
<impression>とても良い</impression>
</test>
<test>
<title>佐藤陽子</title>
<point>75</point>
<impression>まずまず</impression>
</test>
</all_test>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment