MSXML are the Microsoft XML core services, which includes a full XML DOM implementation.
0
votes
1answer
15 views
Cannot find a script or an extension object associated with namespace 'http://schemas.microsoft.com/office/infopath/2003/xslt/xDocument'
I'm attempting to XSLT transform an InfoPath document from XML to HTML, and I get the following error:
Cannot find a script or an extension object associated with namespace ...
0
votes
1answer
14 views
Problems in Memory Handling with MSXML
I've got an application for testing fabricated products using some legacy code in an dll. The application could be set up for different products. The setup is done via xml-files and can (and will) be ...
1
vote
1answer
19 views
How to query default namespace with MSXML
I have some XML:
<?xml version="1.0" ?>
<Project ToolsVersion="4.0">
<PropertyGroup Condition="'$(key)'=='1111'">
<Key>Value</Key>
...
0
votes
0answers
16 views
IE10 not detecting elements with XPath when document has ajax [duplicate]
We have a JS script that is embedded on other websites.
We need to detect certain elements in the html of the webpages and in order to use XPath capabilities in IE we use the JavaScript-XPath lib and ...
1
vote
1answer
32 views
Incorrect syntax was used in a comment
Please consider this kind of XHTML document:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
0answers
11 views
Which version of MSXML began to support parsing XML 1.1?
If I use MSXML6.dll to parse XML 1.1, I will get this error:
0xC00CE57F
MSG_E_INVALID_VERSION
Invalid version number
XML 1.1 was initially published on February 4, 2004. I'm surprised that ...
1
vote
1answer
36 views
How to write unit separator into XML 1.0?
I have "unit separator" 0x1F stored in database.
All I wanted is to use MSXML6.dll to export the unit separator to XML 1.0 format.
Here are the pains I've got:
Write 0x1F into XML file directly, ...
0
votes
1answer
130 views
IE10: msxml.load(document.all(“UserInfo”) is throwing an error
I have a XML String with in the <xml> tags in a .jsp file and I am trying to load that xml using xmldoc.Load(document.all("Info")) and it is giving an error
Invalid procedure call or argument
...
1
vote
0answers
21 views
Reading a table from a webpage using msxml2.xmlhttp
I have tried to use a webbrowser in my VB program to load a web page and the table on the web page. It works but VERY slowly and a lot of the time it freezes.
I found some sample code that reads the ...
0
votes
0answers
81 views
objHTTP = CreateObject(“MSXML2.ServerXMLHTTP”) and Get to read Webpage table
I found an example on your pages that reads in a web page.
It works great, it is quick, works every time and never locks up my computer.
The problem is that it does not read the table on the web page.
...
1
vote
1answer
102 views
MSXML / XPath: special Characters
I'm reading and writing XML-files with Microsoft XML Core Services 6.0 (MSXML).
When writing element-content with "special" chars that have to be escaped
in the context of xml, like writing "&" ...
0
votes
1answer
126 views
Error capturing onreadystatechange of MSXML2.DOMDocument in VBA
I am getting an error trying to arrange asynchronous loading and parsing of an XML document in VBA using a wrapper class.
Following the ideas described in this msdn article and this tutorial which ...
0
votes
1answer
194 views
Read and write xml document from mfc dialog application
How to read and write xml files in mfc dialog based application. I'm using visual studio 2012. When I searched for some articles I got to know to import msxml6.dll file. But it's showing error in my ...
0
votes
0answers
33 views
Use a XPath to CreateElement
What I'm looking for is a simple method of turning a XPath into a CreateElement. (My background is C# but this project is for VB6) As an example from my knowlege, if you create a directory with .NET ...
0
votes
0answers
87 views
c# client to c++ msxml sax parser com object strange behaviour
I implemented a com object in c++ which uses SAXXMLReader60 interface for validation some xml files against the xsd schema.
I implemented also SAXContentHandlerImpl, SAXErrorHandlerImpl, ...
0
votes
1answer
70 views
Parse HTML chunk with nbsp in MSXML
I'm trying to load a chunk of HTML into MSXML's DOMDocument. The said chunk is valid XML with one excepton - it has entities. MSXML chokes on them, claims "Reference to undefined entity ...
0
votes
1answer
100 views
MSXML DOM & Add multiple processing instruction
MSXML DLL :msxml3.dll
I am writing XML using MSXML DOM & expected to add multiple processing instruction.
ex:
first processing instruction.
xml version="1.0" encoding="ISO-8859-1"?
...
2
votes
1answer
161 views
How to determine position of XMLNode in an XML document?
I'm using TXMLDocument to parse an XML document (either from file, or from memory), and display it in a tree view. Is there any way to get the character position and length of an XMLNode in the XML ...
1
vote
1answer
84 views
Should I upgrade or downgrade from MSXML4 on my WIN7 IE9 machine
We have certain .NET 1.1 applications that are using MSXML DOCM based javascript calls (i.e. FreeThreadedDOM, XMLHTTP, XSLT) from MSXML4.dll on our enterprise XP machines with IE7. When we accessed ...
0
votes
1answer
130 views
XML - SelectNodes - How to get nodes with attribute with some value (MFC)
I am working in MFC
I would like to get all nodes from XML , with attribute with some value but value should not be null, and should not select node if no attribute present
<node att="sss"> - ...
1
vote
1answer
173 views
XPath with MSXML, “scope” of XPath-expressions
i have an understanding-problem using Microsoft XML Core Services 6.0 (MSXML) with XPath-expressions.
I´ve broken down the problem to the most simple case. So let´s take the following XML-File:
...
1
vote
1answer
146 views
MsXMl selectNodes returns excess nodes
I have this VBA script I am writing to automate the tabling of an automation result. The example of the node I am trying to parse is as below:
> <test id="41">
> ...
0
votes
1answer
207 views
SelectSingleNode, how to write xpath query using string variable?
Hi I have xml file (which is actually msbuild file) that uses different namespace
<?xml version="1.0" ?>
<Project ToolsVersion="4.0" ...
1
vote
1answer
125 views
Which namespace is necessary to use SelectSingleNode() method (using default namespace and can't use the method)
Hi I have xml file (which is actually msbuild file) that uses different namespace
<?xml version="1.0" ?>
<Project ToolsVersion="4.0" ...
0
votes
0answers
75 views
SelectSingleNode doesn't find node in MSBuild proj file
I am trying to parse MSBuild proj file (which has xml structure)
But it seems like SelectSingleNode method doesn't find node.
I assume it is because of namespace but I am not really sure about the ...
0
votes
1answer
40 views
Cannot find the type library for this reference
I'm having troubles registering windows script file. When I'm trying to do so it says "Cannot find the type library for this reference Some.Reference"
Basically, behaviour is very similar to one ...
0
votes
1answer
87 views
Paradox / ObjectPal and Microsoft XML Services (MSXML): crashes when calling certain methods
im using Microsoft XML Core Services (MSXML) to parse and create XML-documents with Paradox 11.0.0.676.
when i call certain methods of the oleAuto-objects, Paradox crashes when reaching the endMethod ...
1
vote
1answer
77 views
Do MSXML methods take memory ownership of their BSTR parameters?
Do MSXML methods take memory ownership of their BSTR parameters?
For example: load, getElementsByTagName, or selectSingleNode
I'am asking this because I saw codes that simply call CString's ...
0
votes
1answer
347 views
xml displaying incorrectly in ie10 with xsl file using transformNode()
I am getting my data displaying in Chineese type language in IE10 when doing the following:
ICVID = Request.QueryString("ICVID")
strXML = GetXML(ICVID) 'Gets data in xml format
Dim oDOM, ...
4
votes
1answer
324 views
The server name or address could not be resolved, why?
i using below code in my asp page of (www.test1.com)
url= "http://www.test1.com/test.asp"
dim http, pxml, http_response
set http = server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
...
0
votes
1answer
183 views
incomplete prefix in an XML node
need a node with prefix, but he does it the right way, is a failure of the way I do? or is a compiler bug?
main module code
function Generar_Addenda(PathCFD : String; ValidaOnly : Integer) : ...
0
votes
1answer
181 views
How to disable caching on Windows 8 when streaming with IXMLHTTPRequest2?
In our Windows 8 application, we are using the IXMLHTTPRequest2 method to stream files over HTTP, files whose size can reach gigabytes. This all works perfectly, except for the fact that internally, ...
2
votes
2answers
186 views
What is the prefix of an XML document which does not have a prefix defined?
Update
Thanks to florent I now realize I used the wrong term in the question (originally: 'What is the namespace of an XML document which does not have a namespace defined?').
Also, I think now I am ...
0
votes
1answer
177 views
MSXML2.XMLHTTP generating different results than if I simply visited page in a web browser
I use Excel VBA to download the page source of certain websites the following way:
Public Function GetPage(URL As String) As String
Dim oX As New MSXML2.XMLHTTP
oX.Open "Get", ...
0
votes
1answer
150 views
Using MXXMLWriter to output an XML document into a string
I'm trying to output a formatted XML document from a DOM object into a string, as shown in the code below. The thing is, while the dom->get_xml() method does return a value, the MXXMLWriter->output ...
0
votes
0answers
23 views
visual studio IDE hightlighting issue
I have a homepage that I am working with in visual studio .net. However, when I open the homepage.aspx it gets some markup highlighted and then keeps that highlight moving. What is this? virus?
2
votes
2answers
252 views
Delphi XE3, How to set MSXML MaxElementDepth to allow reading deep XML documents
I have an SVG file that for some reason has over 256 depth nested elements and that is preventing Delphi loading the SVG file, as it violates the MaxElementDepth constraint of MSXML (default is 256).
...
0
votes
1answer
126 views
MSXML XSLT Parser Version
I have a C++ app that uses msxml6.dll to read XML files and apply XSLTs. I determined that MSXML v3.0 is being used for the XSLTs by including the following in one of my XSLT files:
...
0
votes
0answers
212 views
MSXML2.dll failing over Windows Server 2008 R2.
My team has an Windows Application developed over .net framework v2.0.
It uses a interop.MSXML2.dll to manage interoperability with office documents being attached to email notifications the tool ...
1
vote
1answer
503 views
IdHTTP XML, getting xml, help please
I can not get through IdHTTP XML document from the site. I always had the answer 403 / HTTP 1.1 and text/html (need text/xml)
When using MSXML all well and getting XML file. But I need a proxy, so ...
1
vote
1answer
610 views
Read specific XML nested node using DOM with VBA
I want to read out values of one or two nested nodes of an XML file by using VBA. (I tried to use DOM (MSXML.DOMDocument).)
For example, I want to determine, from the following XML, that the ...
0
votes
1answer
247 views
C++ “'DOMDocument' : redefinition” Error with Xercesc
My problem is that Xerces and Windows both have a 'DOMDocument' object. Xerces and just about everything I've read here, here and here has suggested to define the namespace or undefine DOMDocument ...
0
votes
1answer
506 views
Getting an MSXML 80070057 “incorrect parameter” error in VBS script
Everything in this little VBS script works right up until I reach the last line of code indicated below. Upon reaching that line the script throws the error "incorrect parameter 80070057.
After ...
0
votes
2answers
339 views
Classic ASP streaming PDF to browser stopped working in IE
I have an ASP page that fetches a PDF image from another URL and streams it to the browser. It appears to have stopped working somewhat recently (there were a few dozen Windows and .NET security ...
0
votes
0answers
2k views
VBA MSXML2.XMLHTTP downloads different contents for same urls
Hello i am trying to open a URL in excel VBA using the below code
Public Sub downloadCode()
Dim xHttp As MSXML2.XMLHTTP
Dim hdoc As MSHTML.HTMLDocument
Dim hElem As MSHTML.HTMLGenericElement
Set ...
0
votes
2answers
186 views
Select node in youtube feed response using xpath in vb6
for each entry in this xml, i need to get the "title" and the first thumbnail image. that is the first image in the media:group
<?xml version='1.0' encoding='UTF-8'?>
<feed ...
0
votes
1answer
915 views
Error in classic asp while making request from windows server 2008
The below code is working fine in classic asp in windows 7 IIS and in windows server 2008 its giving error (as shown below).
Here is code:
url = ...
1
vote
1answer
371 views
Save xml header with CComPtr<IXMLDOMDocument> (C++)
I use atl and CComPtr, like this:
CComPtr<IXMLDOMDocument> xml_doc;
HRESULT hr = xml_doc.CoCreateInstance(__uuidof(DOMDocument))
...
HRESULT hr = ...
-3
votes
1answer
378 views
Parsing online HTML pages usiing msxml/IXMLDOMDocument [closed]
Any good tutorial on parsing online HTML pages usiing msxml/IXMLDOMDocument?
I need to parse HTML pages using XPATH expressions.
Most probably some of HTML pages will not be 100% valid , so I need ...
0
votes
1answer
894 views
MSXML2.XMLHTTP not working
I don't know what's going on behind the scenes with these objects, but I use them all the time with great success.
dim ie As New SHDocVw.InternetExplorer
ie.navigate url
Set oDoc = ie.Document
iT = ...
