open vs. string XML
Hi List,
I have a asp script, that using a xml to find some information. i have his
code block to open the file:
strClassID = "MSXML2.DOMDocument.4.0"
Set objXML = CreateObject(strClassID)
If objXML.Load(File) Then
...
ok, this works with a file, but i have the xml in a Sting, how can i modify
this opener for this case ?
Thanx
Kris
[393 byte] By [
kris] at [2007-11-9 15:28:39]

# 1 Re: open vs. string XML
See the LoadXML method.
"kris" <kwolff@dietzk.de> wrote in message
news:3ea7d950$1@tnews.web.dev-archive.com...
>
> Hi List,
>
> I have a asp script, that using a xml to find some information. i have his
> code block to open the file:
>
> strClassID = "MSXML2.DOMDocument.4.0"
> Set objXML = CreateObject(strClassID)
> If objXML.Load(File) Then
> ...
>
> ok, this works with a file, but i have the xml in a Sting, how can i
modify
> this opener for this case ?
>
> Thanx
> Kris
>