Skip to content

Instantly share code, notes, and snippets.

@junsuk5
Created May 30, 2019 02:33
Show Gist options
  • Save junsuk5/a78465cc0dc33c0f9b6cb6fd76138073 to your computer and use it in GitHub Desktop.
Save junsuk5/a78465cc0dc33c0f9b6cb6fd76138073 to your computer and use it in GitHub Desktop.
xml sax parser 연습용 데이터
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
<header>
<resultCode>0000</resultCode>
<resultMsg>OK</resultMsg>
</header>
<body>
<items>
<item>
<regId>11D20501</regId>
<taMax10>26</taMax10>
<taMax3>27</taMax3>
<taMax4>28</taMax4>
<taMax5>29</taMax5>
<taMax6>29</taMax6>
<taMax7>28</taMax7>
<taMax8>25</taMax8>
<taMax9>25</taMax9>
<taMin10>16</taMin10>
<taMin3>17</taMin3>
<taMin4>18</taMin4>
<taMin5>18</taMin5>
<taMin6>17</taMin6>
<taMin7>17</taMin7>
<taMin8>18</taMin8>
<taMin9>18</taMin9>
</item>
</items>
<numOfRows>1</numOfRows>
<pageNo>1</pageNo>
<totalCount>1</totalCount>
</body>
</response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment