Hello
i’m a junior on development and have following job:
Soon i’ll have a XML-File ( for example on C:\diskspace.xml) looking something like this:
<OS>LINUX</OS>
<DISKFREE>250</DISKFREE>
<DISKTOTAL>500</DISKTOTAL>
<OS>Windows</OS>
<CFREE>250</CFREE>
<CTOTAL>500</CTOTAL>
Now i’ve to Import the Servername and the Disk Volumes into several Fields in a Notes Document.
Thing is i’ve no clue what Methods to use, i know theres NotesXMLProcess / NotesStream but can’t find a good example how to read the xml and write the code into a Notes Document.
anyone got me a hint or two?
thanks!
kind regards
Tibor