Main Contents

Getting UTF-8 out of Domino web agents

April 9, 2009

A common technique for getting XML data out of IBM Lotus Domino is to build an agent which outputs the DXL encoding of a document and call it via HTTP. The code typically looks like this: Print "Content-type: text/xml" Dim session As New NotesSession Dim doc As NotesDocument [...obtain your data somehow in the variable [...]

Filed under: Domino | Comments (0)