I am trying to accomplish the following; I have an XML script that gets
uploaded to a server and then imports the fields to a webpage, what I am
trying to do is see if it is possible to change the fields in the xml script
with VB. I have created an outlook form that the users will fill out and I
would like to have the script look at the values in the text box and then
change the line in the xml script to read the value. Here is an example of
what I would like to do.
The outlook form has the following field: Description - Lenders Cover Letter
The xml script has this line <Description>XXXXXXXXXXXXX</Description>
I would like the script to change the description in the xml code.
<Description>Lenders Cover Letter</Description>
Is this possible to do? The xml script will be in the body of the message
when it is e-mailed to the site.
Thanks
Gavin...