Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created March 15, 2017 07:28
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 peyangu/641d55848b3233dd36529a9950e9ac08 to your computer and use it in GitHub Desktop.
Save peyangu/641d55848b3233dd36529a9950e9ac08 to your computer and use it in GitHub Desktop.
書き込み後のXMLの中身
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfPerson xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Person>
<Name>aaaaa</Name>
<Age>20</Age>
</Person>
</ArrayOfPerson>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment