line 35 column 1 - Warning: inserting missing 'title' element
InputStream: Document content looks like HTML 2.0
2 warnings, no errors were found!
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Java (vers. 2009-12-01), see jtidy.sourceforge.net">
<title></title>
</head>
<body>
<p><strong>Client Title:</strong> Mr<br>
<strong>Client First Name:</strong> Rob<br>
<strong>Client Last Name:</strong> Smith<br>
<strong>Client Phone:</strong> 0400000205<br>
<strong>Client Email:</strong>
rsmith@tpg.com.au<br>
<strong>Client Preferred Contact:</strong> Email<br>
<strong>Pickup Unit Number:</strong> not required as only drop off
was selected<br>
<strong>Pickup Street Number:</strong> not required as only drop
off was selected<br>
<strong>Pickup Street Name:</strong> not required as only drop off
was selected<br>
<strong>Pickup Suburb:</strong> not required as only drop off was
selected</p>
<p><strong>Dropoff Unit Number:</strong><br>
<strong>Dropoff Street Number:</strong> 1<br>
<strong>Dropoff Street Name:</strong> Short Ave<br>
<strong>Dropoff Suburb:</strong> Blue Bay</p>
<p><strong>Travel Details</strong> - <strong>One Way</strong><br>
<strong>Pickup</strong> from/at/to <strong>Airport</strong><br>
____________________________________________________</p>
<p><strong>Departure Date:</strong> // (dd/mm/yyyy)<br>
<strong>Departure Time:</strong> :<br>
<strong>Departure Flight/Ship/Hotel Number/Name:</strong><br>
<strong>Departure Flight Type:</strong> Domestic<br>
<strong>Number of Departing adults:</strong> 0<br>
<strong>Number of Departing Children:</strong> 0<br>
_____________________________________________________</p>
<p><strong>Arrival Date:</strong> 23/November/2016 (dd/mm/yyyy)<br>
<strong>Arrival Time:</strong> 10:15 AM<br>
<strong>Arrival Flight/Ship/Hotel Number/Name:</strong> QF0144<br>
<strong>Arrival Flight Type:</strong> International<br>
<strong>Number of Arriving adults:</strong> 2<br>
<strong>Number of Arriving Children:</strong> 0<br>
_____________________________________________________</p>
<p><strong>Additional Requirements:</strong><br>
<strong>Special Requests/Comments:</strong></p>
</body>
</html>
[Fatal Error] :1:50: White spaces are required between publicId and systemId.
Error occurred on line: 159 (Main)
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 50; White spaces are required between publicId and systemId.
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1239)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
at anywheresoftware.b4a.objects.SaxParser.parse(SaxParser.java:80)
at anywheresoftware.b4a.objects.SaxParser.Parse(SaxParser.java:73)
at ati.ccsemail.main._handlemessage(main.java:275)
at ati.ccsemail.main._pop_downloadcompleted(main.java:378)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
etc......