Created
August 22, 2013 04:30
-
-
Save StephenOTT/6303243 to your computer and use it in GitHub Desktop.
Health Inspection XML sample from a single Restaurant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-stylesheet type="text/xsl" href="/templates/xslt/inspections/inspections_details_en.xsl"?> | |
<response> | |
<result numFound="1" start="0"> | |
<doc> | |
<str name="app_id">fsi</str> | |
<str name="fs_fa_en">Ottawa West</str> | |
<str name="fs_fa_fr">Ottawa Ouest</str> | |
<str name="fs_facd">OTW</str> | |
<str name="fs_faid">9DC7C571-6145-47B1-B837-85E1F6A26244</str> | |
<str name="fs_fcr">YES</str> | |
<str name="fs_fcr_date">2013-04-17 00:00:00.000</str> | |
<str name="fs_fdid">7FF5646A-9116-4765-85BE-F032459E9332</str> | |
<str name="fs_fefd">2013-05-09 00:00:00.000</str> | |
<str name="fs_fmid">AC3D9A20-A469-4714-A65E-1AF3DFEC537F</str> | |
<str name="fs_fnm">NESTLE TOLL HOUSE CAFE</str> | |
<str name="fs_fsc">OTTAWA</str> | |
<str name="fs_fsd" /> | |
<str name="fs_fsf">3350</str> | |
<str name="fs_fsp_en">Ontario</str> | |
<str name="fs_fsp_fr">Ontario</str> | |
<str name="fs_fspc">K2J 5L1</str> | |
<str name="fs_fspcd">ON</str> | |
<str name="fs_fsph">717-0072</str> | |
<str name="fs_fspid">B7523499-A237-11D3-BAB1-005004AE1145</str> | |
<str name="fs_fss">FALLOWFIELD ROAD</str> | |
<str name="fs_fst" /> | |
<str name="fs_fstcd" /> | |
<str name="fs_fstic">F</str> | |
<str name="fs_fstid">ABD32301-9615-4094-9D98-14B21360A7F8</str> | |
<str name="fs_fstlu">2008-12-19 11:44:42.487</str> | |
<str name="fs_fsun" /> | |
<str name="fs_ft_en">Restaurant</str> | |
<str name="fs_ft_fr">Restaurant</str> | |
<str name="fs_ftcd">FGRE</str> | |
<str name="fs_ftcd_en">FGRE###Restaurant</str> | |
<str name="fs_ftcd_fr">FGRE###Restaurant</str> | |
<str name="fs_ftid">8D440A2A-DEB7-4DAC-9A48-74D57E0AC6AE</str> | |
<str name="fs_fw_en">Barrhaven</str> | |
<str name="fs_fw_fr">Barrhaven</str> | |
<str name="fs_fwcd">OTWBA</str> | |
<str name="fs_fwcd_en">OTWBA###Barrhaven</str> | |
<str name="fs_fwcd_fr">OTWBA###Barrhaven</str> | |
<str name="fs_fwid">8A6017EB-4B98-475F-8054-7C60B879C0C2</str> | |
<str name="fs_insp_sort">0</str> | |
<str name="id">fsi0</str> | |
<arr name="fs_insp_en"> | |
<inspection inspectionid="6CF6DD61-7EFE-4F14-9F76-BE626774A152" facilitydetailid="52FD36B1-B232-4D14-953E-03CED9006C2F" inspectiondate="2013-04-17 00:00:00.000" isincompliance="1" closuredate="2013-04-17 15:08:17.000" reportnumber="1" /> | |
</arr> | |
<arr name="fs_insp_fr"> | |
<inspection inspectionid="6CF6DD61-7EFE-4F14-9F76-BE626774A152" facilitydetailid="52FD36B1-B232-4D14-953E-03CED9006C2F" inspectiondate="2013-04-17 00:00:00.000" isincompliance="1" closuredate="2013-04-17 15:08:17.000" reportnumber="1" /> | |
</arr> | |
</doc> | |
<urls> | |
<query>q.pl?ss=details%5Fen&cookie=t&sq_fs_fdid=7FF5646A%2D9116%2D4765%2D85BE%2DF032459E9332</query> | |
<langtoggle>q.pl?ss=details%5Ffr&cookie=t&sq_fs_fdid=7FF5646A%2D9116%2D4765%2D85BE%2DF032459E9332</langtoggle> | |
<back /> | |
</urls> | |
</result> | |
</response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment