Click here to Skip to main content
15,913,330 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: msxml 2.0 in IE Pin
Philip Patrick24-Mar-03 22:45
professionalPhilip Patrick24-Mar-03 22:45 
Questionhow to render XML for netscape???? Pin
xxhimanshu23-Mar-03 20:14
xxhimanshu23-Mar-03 20:14 
AnswerPost the code... Pin
Paul Watson23-Mar-03 21:16
sitebuilderPaul Watson23-Mar-03 21:16 
GeneralRe: Post the code... Pin
xxhimanshu23-Mar-03 22:21
xxhimanshu23-Mar-03 22:21 
GeneralServer side Pin
Paul Watson23-Mar-03 22:28
sitebuilderPaul Watson23-Mar-03 22:28 
GeneralRe: Server side Pin
xxhimanshu23-Mar-03 22:53
xxhimanshu23-Mar-03 22:53 
GeneralRe: Server side Pin
Philip Fitzsimons26-Mar-03 3:04
Philip Fitzsimons26-Mar-03 3:04 
GeneralProblem while using MSXML to get HTTP response Pin
adapterJohn18-Mar-03 23:05
adapterJohn18-Mar-03 23:05 
Hi,
I am using MSXML to get the response from a web server. It's really strange that everytime before I can load that page successfully, I should load that url first in my IE. Only after that, the page can be loaded in my program.
Can someone kindly tell me what the problem could be?
Thanks and nice day!

<br />
BOOL CAPIDlg::MakeRequest() {<br />
	try{<br />
		//Use MSXML::IXMLHttpRequest to send the HTTP request to the gateway<br />
		MSXML::IXMLHttpRequestPtr pIXMLHTTPRequest;<br />
		//Result of the connection<br />
		HRESULT hResult=CoInitialize(NULL);;<br />
		hResult = pIXMLHTTPRequest.CreateInstance("Microsoft.XMLHTTP");<br />
		//Open the connection<br />
		pIXMLHTTPRequest->open("POST",(_bstr_t)"http://www.yahoo.com");<br />
		//Send the request to setup the HTTP connection<br />
		pIXMLHTTPRequest->send();<br />
		//Get the result of HTTP connection<br />
		m_XMLResult.SetWindowText(pIXMLHTTPRequest->responseText);<br />
	}<br />
	catch(...) {<br />
		//Report error<br />
	}<br />
return true;<br />
}<br />

GeneralRe: Problem while using MSXML to get HTTP response Pin
adapterJohn20-Mar-03 21:27
adapterJohn20-Mar-03 21:27 
Generalstrong type in XML Pin
Michal Januszczyk15-Mar-03 5:57
sussMichal Januszczyk15-Mar-03 5:57 
Questioncan XSL do this ? Pin
act_x14-Mar-03 5:25
act_x14-Mar-03 5:25 
AnswerRe: can XSL do this ? Pin
Torsten Mauz14-Mar-03 15:14
Torsten Mauz14-Mar-03 15:14 
GeneralRe: Tree Navigation Pin
act_x13-Mar-03 11:25
act_x13-Mar-03 11:25 
GeneralRe: Tree Navigation Pin
Michael A. Barnhart13-Mar-03 12:15
Michael A. Barnhart13-Mar-03 12:15 
GeneralTree Navigation Pin
act_x13-Mar-03 10:13
act_x13-Mar-03 10:13 
GeneralRe: Tree Navigation Pin
Michael A. Barnhart13-Mar-03 11:12
Michael A. Barnhart13-Mar-03 11:12 
GeneralDisplay multipal XML files using single XXLT Pin
swaps13-Mar-03 0:54
swaps13-Mar-03 0:54 
GeneralStoring data in "ref" element Pin
EnkelIk5-Mar-03 7:18
EnkelIk5-Mar-03 7:18 
GeneralCan't define array in xml Pin
EnkelIk3-Mar-03 2:18
EnkelIk3-Mar-03 2:18 
GeneralThe real schema Pin
EnkelIk3-Mar-03 2:20
EnkelIk3-Mar-03 2:20 
GeneralRe: The real schema Pin
Louis Riel2-Jun-04 4:49
Louis Riel2-Jun-04 4:49 
GeneralRe: The real schema Pin
EnkelIk8-Jun-04 23:34
EnkelIk8-Jun-04 23:34 
GeneralSOAP Stars Pin
Steve Murrell2-Mar-03 5:30
Steve Murrell2-Mar-03 5:30 
Generalxsl:import and xsl:include Pin
Philip Patrick28-Feb-03 21:11
professionalPhilip Patrick28-Feb-03 21:11 
GeneralRe: xsl:import and xsl:include Pin
Michael A. Barnhart1-Mar-03 1:34
Michael A. Barnhart1-Mar-03 1:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.