Skip to content

Instantly share code, notes, and snippets.

@rclements
Created December 5, 2018 19:04
Show Gist options
  • Save rclements/8de4c2aa3aef689eb1711ec83291d4bd to your computer and use it in GitHub Desktop.
Save rclements/8de4c2aa3aef689eb1711ec83291d4bd to your computer and use it in GitHub Desktop.
Inmates.Xml
<?xml version="1.0" encoding="utf-8"?>
<inmates>
<inmate>
<permanent_id>98681</permanent_id>
<jacket_number>98681</jacket_number>
<book_number>2006006577</book_number>
<last_name>DOKES</last_name>
<first_name>WILLY</first_name>
<middle_name>GUY</middle_name>
<ssn>411-13-7709</ssn>
<birthdate>19630518</birthdate>
<sex>M</sex>
<address_1>KNOXVILLE, TN</address_1>
<city>KNOXVILLE</city>
<state>TN</state>
<zip>37914-</zip>
<race>B</race>
<bookdate>20061114</bookdate>
<booktime>1745</booktime>
<pod>D</pod>
<cell>D311B</cell>
</inmate>
<inmate>
<permanent_id>17929</permanent_id>
<jacket_number>17929</jacket_number>
<book_number>20120013</book_number>
<last_name>SMITH</last_name>
<first_name>DEANA</first_name>
<middle_name>MARIE</middle_name>
<ssn>284-78-9298</ssn>
<birthdate>19810512</birthdate>
<sex>F</sex>
<address_1>632 LONG HOLLOW ROAD</address_1>
<city>MARYVILLE</city>
<state>TN</state>
<zip>37801-</zip>
<race>W</race>
<bookdate>20130221</bookdate>
<booktime>0917</booktime>
<pod>B</pod>
<cell>B11</cell>
</inmate>
</inmates>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment