View Single Post
  #1  
Old 08-03-2010, 01:54 PM
cholzwarth cholzwarth is online now
Registered User
 
Join Date: 03-19-2010
Posts: 5
Processing XML files

I am writing a requirements document for parameterized builds. I want to use XML files to drive the build. There are layers of XML files. The outer layer is the release XML. It will have several basic sections. The first is the list of XML files that contain XML to define environment set up. The second section contains a list of XML files that contain information about what to compile. The third section contains a list of XML files that determine what artifacts are to be gathered.

I have found the Visual Build Pro read XML, but don't see any that allow me to iterate through the XML. Do such primatives exist in Visual Build Pro? Most of what I have seen used is either in VB Script or perl.
Reply With Quote