if i retrieve an xml file using the http request object...
with code something like
Set xmlHttp = CreateObject("Microsoft.XMLHTTP"
xmlHttp.open("GET", " false)
xmlHttp.send()
xmlDoc=xmlHttp.responseText
how would i include an xsl stylesheet with this page?
thanks
Michael.
with code something like
Set xmlHttp = CreateObject("Microsoft.XMLHTTP"
xmlHttp.open("GET", " false)
xmlHttp.send()
xmlDoc=xmlHttp.responseText
how would i include an xsl stylesheet with this page?
thanks
Michael.