Top "Msxml6" questions

MSXML is a set of services that allow applications written in JScript, VBScript, and Microsoft development tools to build Windows-native XML-based applications.

Reference to undeclared namespace prefix when parsing MSXML

How do I solve the Reference to undeclared namespace prefix: '%s' problem with Microsoft's msxml implementation? I'm using an …

xml-namespaces msxml msxml6
Padding number with leading zeros in XSLT 1.0

We have a number in XML that can go up to 3 digits in a large XML file that has to …

xml xslt-1.0 string-formatting msxml6
successor of msxsl.exe?

We intend to migrate our framework from msxml4 to msxml6. We where using msxsl.exe as yet. It seems to …

xslt msxml6 msxsl
How can I save an MSXML2.DomDocument with indenting? (I think it uses MXXMLWriter)

I have an instance of MSXML2.DomDocument. I wave to save it, with indenting. This code works, but does not …

javascript jscript wsh msxml6
Error when loading valid Windows-1252 document "System error: -2146697210"

Somehow, sometimes the code below generates an error when loading valid Windows-1252 XML. It fails on Windows XP Professional x86 …

msxml msxml6
XPath query filtering by date

I have some sample XML where I am querying for nodes based on a date. Sample XML document: <?xml …

xml xpath msxml msxml6
How to query default namespace with MSXML

I have some XML: <?xml version="1.0" ?> <Project ToolsVersion="4.0"> <PropertyGroup Condition="'$(key)'=='1111'"&…

xml-namespaces msxml msxml6