Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How write in a XML file ?


1 reply to this topic

kapilvp

kapilvp
  • Members
  • 8 posts

Posted 14 April 2005 - 13:56

Hello All,

Can I write in a XML file in installshield developer 8.0 ?
i.e can I parse through the Xml and modify the node ?

I want to update the content of my node in a XML file, can I do that ?

Thanks in Advance
Kapil P

Edited by kapilvp, 14 April 2005 - 13:56.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 April 2005 - 16:59

Version 8 doesn't have built in support for XML files (that was added in version 10.5) but you could either use the text file functions (after all XML is a text file) or call some Windows API or DLL you create to process the XML file.