MSXML 4.0. SP2

We have a problem with an ASP application using MSXML 4.0 component. In this application we use the method GetOption() of the MSXML2.ServerXMLHTTP.4.0 tu get the last URL called (with option -1). Before installing MSXML 4.0 SP2 with the above revision all works ok, but after that the funcionality has changed.

The method returns now the same URL we have called, not the last URL (for example a redirection made). Could anyone tell me if thereĀ“s any change in the behavior of the methods of this component with the SP2 and which is the solution for the problem mentioned?

View Replies


ADVERTISEMENT

Msxml 4.0

Do you need to declare the XPath Language anymore if the server has MSXML4 installed?

<%
Dim xmlDoc, xmlFeed, pageTitle, pageID
Set xmlDoc = Server.CreateObject("MSXML2.DOMDocument.4.0")
xmlDoc.Async = False
xmlDoc.setProperty "SelectionLanguage", "XPath"
%>

View Replies View Related

MSXML Events

I am downloading a stream which contains XML in my ASP page. I want to have MSXML XMLDocument load this in async mode, and call events as it would in VB. I am new to ASP, is there a way of hooking into the events using ASP? Code:

View Replies View Related

FSO And MSXML Objects

I need to dynamically include documents stored in my own website. The website is coded in ASP. As far as I know there are two common options: File Sytem Object versus and the MSXML Objects. Which one of the two would be less of a resource hog for IIS ?

the documetns I want to include are stored in the server where the website resides, not on another webserver. Otherwise I'd have no choice but to use msxml.

View Replies View Related

MSXML: Testing For GetNamedItem Before Use

I have an xml document fragment that I'm trying to process:

<field id="summary" type="textarea" label="Summary" />
<field id="content" type="wysiwyg" label="Content" />
<field id="status" type="hidden" />

(this is part of a bigger document loaded into XML DOM)

I'm looping through the <field> elements and extracting their attributes
into variables: Code:

View Replies View Related

MSXML.XMLHTTP / ASP Page / Session

I'm using the MSXML.XMLHTTP object to obtain the results of an ASP page from
an ASP page on the same server. The problem I have is that when the AP
refrenced by the XMLHTTP object is run it does now share the session with
the calling page ? How can I solve this ?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved