Setup the request to the NOOA website. Make the request to the NOOA website. Parse the request out of the HTML pre element. Remove everything but the XHTML pre element. Delete the extra pre elemnet that is the header for the data. Get rid of the 'font' element that wraps the data. Now we have just an XHTML pre element with the data on each line. Wrap each line of data with a 'line' element. Match the first four elements: date, time, timezone, and tide level. The contained template will convert this to an element. -5:00 -4:00 -6:00 -5:00 -7:00 -6:00 -8:00 -7:00 -9:00 -8:00 -10:00 -9:00 unknown Remove the wrapping XHTML pre element.