Cedric Scheerlinck 27.Sep.07 05:45 AM a Web browser Domino DesignerAll ReleasesWindows Vista; Windows 2003; Windows 2000; Windows XP; Windows NT; Windows 95; Windows 98
Dear,
I want to use in my lotusscript some variables from this dll.
Is it in somehow possible to declare variables from this dll?
E.g. :
Dim doc as System.Xml.XmlDataDocument
or
Use / Import / declare ... System.Xml
Dim doc as XmlDataDocument
Can somebody give me an example of how to do this?
And I do not want to use the XMLParser, or whatever from Lotus Notes theirself, because I need several variables from also other dlls.