A silly question maybe.Is XML supported by the Notes client too ?
Can I drop into a Notes document data from an XML file or XML string ?
TIA
A silly question maybe.Is XML supported by the Notes client too ?
Can I drop into a Notes document data from an XML file or XML string ?
TIA
Subject: Absolutely.
Of course it depends on what you want to do with the XML after you dropped it into a document, but for example, if its in a Richtext item, you can have the DXL classes read that richtext, massage it via XSL and output it elsewhere, etc.Take a look at the NotesXMLProcessor classes to see how to programmatically access stuff.
Subject: RE: Absolutely.
All I want to do is to drop the data into a RTF.I get some search results via a COM object and they can deliver it in XML format.
I’ll have a look at the NotesXMLProcessor classes.
Thank you
Subject: RE: Absolutely.
Well, depending on what you need, you can for example easily stuff the XML into one richtext, transform it via XSL into a cleaner text format or HTML and stuff it into annother richtext or render it as MIME. Lots if things…