XML Image and LotusScript

I am trying to get a GIF image from a website into a Notes Document so that it can be viewed by the Notes Client when the document is opened for viewing.I placed the following as passthru HTML into a form to validate the Notes Client can retreive the gif image.

IBM Logo

When viewed by the Client - the image is correctly displayed.

I used the XML Viewer to export/view the XML generated by the Notes Client hoping to be able to copy/paste the code into LotusScript

The attached is the snipped for the Body area

body>

<IMG SRC="

http://www.ibm.com/i/v14/t/ibm-logo.gif

" alt=“IBM Logo” border=“1”>

When copied and used in Lotus Script I get an error message from the DXL Import function complaining about Whitespace.

Any examples or assistance on how I might code the correct XML so I can use it via the STREAM function in LS would be appreciated.