XML Append

admin

Administrator
Staff member
Hi

Can someone give me code for appending to an xml file using vbscript. I am trying to create a .vbs file which will automatically get the filename, month, year, portalname, url, name and create a new entry in the xml file. e.g of aml format:

<portals>
<portal>
<portalname>Corporate</portalname>
<year>2005</year>
<month>January</month>
<url>common/documents/webtrends/corp/2005/corpjan05.pdf</url>
<name>Download</name>
</portal>
<portals>

Thanks
Taz
 
Back
Top