msxml
msxml XMLHTTPRequest and timeout
what determins the timeout value for XMLHTTPRequest (msxml version) send method? I\'m calling it from MS Sql server and the server profiler shows me \'completed\' after 30 seconds, the same ha开发者_S[详细]
2022-12-22 12:09 分类:问答VC++ project: MSXML vs any other XML libraries
We are aware of MSXML, bas开发者_StackOverflowed on COM technologies. We want to use it for a VC++ project starting soon. Are there any other XML libraries do good compared to MSXML?TinyXML - A C++ op[详细]
2022-12-22 02:18 分类:问答Merging two XMLDOMDocuments
Is there any easy way in msxml to m开发者_Go百科erge two xml documents (IXMLDomDocuments)? I want to make one of the trees embedded as a child of the second one.[详细]
2022-12-20 16:40 分类:问答MSXML's loadXML fails to load even well formed xml
I have written a wrapper on top of MSXML in c++ . The load method looks like as below. The problem with the code is it fails to load well formed xml sometimes.[详细]
2022-12-18 04:26 分类:问答XSD: Define an element with any name
Because of limitations of certain systems, we need to us开发者_如何学Ce XMLs that are formatted a bit inconveniently. Those we need to transform into a convenient form.[详细]
2022-12-16 22:05 分类:问答Migration from MSXML to Xerces
I am planning to port my application from Windows to Linux, curren开发者_运维技巧tly my application uses MSXML for XML parsing. I have decided to use Xerces XML parser to provide a cross platform solu[详细]
2022-12-16 13:31 分类:问答Need help stopping MSXML from adding namespaces
I am using MSXML 4 to generate the following xml string: <?xml version=\"1.0\"> <Parent_Element xmlns=\"http://1\">[详细]
2022-12-16 11:08 分类:问答How to get equivalent of max() on MSXML6?
Evidently MSXML6 doesn\'t support XSLT 2.0, at least not the max() function. I need to find out the node that contains the highest value among its siblings. They are in arbitrary order.[详细]
2022-12-16 04:38 分类:问答Incorrect definition for the root element in XML schema
There is a schema with the following boring root element: <?xml开发者_StackOverflow社区 version=\"1.0\" encoding=\"utf-8\"?>[详细]
2022-12-16 04:10 分类:问答How to: Programmatically detect if MSXML parser (version 3+) is installed or not
Can anyone help me out, how to detect if MSXML parser is installed on a machine or not. I looked for a registry entry,bu开发者_开发问答t unable to get one. I am writing a VB.NET application.[详细]
2022-12-15 02:12 分类:问答