File indexing completed on 2024-06-02 05:22:23

0001 <!-- real-world hotel booking confirmation breaking XML parser by using an unquoted '&' in the JSON data -->
0002 <html dir="ltr">
0003     <head>
0004         <title>Reservation Confirmation</title>
0005         <script type="application/ld+json">
0006 {
0007   "@context": "http://schema.org",
0008   "@type": "LodgingReservation",
0009   "reservationNumber": "KDEKDEKDE",
0010   "reservationStatus": "http://schema.org/Confirmed",
0011   "underName": {
0012     "@type": "Person",
0013     "name": "Volker Krause"
0014   },
0015   "reservationFor": {
0016     "@type": "LodgingBusiness",
0017     "name": "Parser & Breaking Hotels",
0018     "address": {
0019       "@type": "PostalAddress",
0020       "streetAddress": "10 Downing Street",
0021       "addressLocality": "London",
0022       "addressRegion": "LONDON",
0023       "postalCode": "123 ABC",
0024       "addressCountry": "GB"
0025     },
0026     "telephone": "+44-123-4-567-890"
0027   },
0028   "checkinDate": "2017-06-15T14:00:00+0:00",
0029   "checkoutDate": "2017-06-18T11:00:00+0:00"
0030 }
0031 </script>
0032     </head>
0033     <body>
0034         <p>random content<br>can be invalid
0035 </bod>
0036 </html>