Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: How do I run an XPath expression in ASP [Thread Next] Re: How do I run an XPath expression in ASPTo: NULL Date: 9/3/2005 8:08:00 PM without using XSL the closest I can come is:
dim xmlDoc, xfile, total
xfile = "J:\Temp Folders\CodingTemp\GoogleXMLBBS\QtyRate.xml"
set xmlDoc = CreateObject("Msxml2.DOMDocument.3.0")
xmlDoc.async = False
xmlDoc.load xfile
total = cInt(xmlDoc.selectSingleNode("/invoice/products/row/qty").text)
* cInt(xmlDoc.selectSingleNode("/invoice/products/row/rate").text)
msgbox total
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
