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)

Providing RFC3339 dates from Notes/Domino

April 6, 2009

ISO-8601 dates using @Formula? It’s easy, if you think about the problem the right way.

Filed under: Domino | Comments (0)