Hello –
I am trying to create an agent, either LS or Java, that will create an XML File from scratch and save it as a .xml file on the local drive.
I have only seen exampled on reading an existing xml file, but not creating one as new.
Any ideas?
Hello –
I am trying to create an agent, either LS or Java, that will create an XML File from scratch and save it as a .xml file on the local drive.
I have only seen exampled on reading an existing xml file, but not creating one as new.
Any ideas?
Subject: Create XML File
There is a Redbook named XML powerd by Domino.
While it is based on R5, it still provides some good information. If your main concern is about file handling and writing to disk, have a look at the NotesStream class in LotusScript (or the Stream class) in Java. That’s probably the easiest and fastest way to write data to disk.
Subject: Create XML File
Need more information.What do you want to make the XML file from?
A document or a view?
There are plenty of examples of each out there
If you want, e-mail me with what you are looking for exactly and I will send you some samples
Mike