I am just beginning to work with XML in Notes/Domino.
I have a XML-file containing information including base64-coded file information. A part of the file is included below.
<?xml version="1.0" encoding="iso-8859-1" ?>-
20040428120646
20040428120646
press
sv
Here is the headline
-
0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAVAAAAAAAAAAA EAAAVgAAAAEAAAD+////AAAAAFMAAADs
Its no problem to “catch” information about type, language, headline and create new notes documents containing this information. My question i how do i convert and create an attaced file from the information in the XML-file
I have used DXLImporter and XSL stylesheet in a Lotus Script agent so far.
Any good and simple ideas?