msxml
MSXML alternative [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-16 00:19 分类:问答Using entity 'constants' in an XML Schema
I am trying to create an XML schema in which a lot of types are sharing some \'magic numbers\'. Instead of having to change my schema in several locations if/when these magic numbers change, I would[详细]
2023-03-15 21:38 分类:问答xsd restriction of type javascript
I want to validate my xml against a schema, however for some nodes I want a smarter validation than what xsd schemas can offer.[详细]
2023-03-11 00:44 分类:问答How to write an XSL 1.0 stylesheet with a node-set() function that will run on both MSXML and libxml
I have an XSLT 1.0 stylesheet running using the XSL processor included with PHP (libxml). I want to get the same stylesheet to run on the Microsoft XSL processor MSXML 6.0 (msxml6.dll) ideally so the[详细]
2023-03-10 22:48 分类:问答MSXML2.XSLTemplate documentation
I can\'t find any documentation regarding this line of ASP classic code; Set objTemplate = Server.CreateObject(\"MSXML2.XSLTemplate.6.0\")[详细]
2023-03-10 08:24 分类:问答MSXML2: How can I get value of a node?
I have this node MSXML2::IXMLDOMNodePtr node; node->Getxml() returns\"<level3>333<level4 atribute=\"444\"><level5>555<level6>666</level6></level5></level4&[详细]
2023-03-04 23:12 分类:问答What is the easiest way of removing the attribute of a node of an xml file in vb?
I\'m familiar with using the MSXML2 library for reading xml files. But is there an easy way 开发者_开发问答of editing a particular node. Say I have the following line of code that selects a dataroot e[详细]
2023-03-02 17:52 分类:问答Is there a counterpart to "CreateInstance"?
We have some code that uses MSXML, and does this to create the XML document object: MSXML2::IXMLDOMDocumentPtrdoc_in;[详细]
2023-02-26 19:45 分类:问答Sorting XML recursively - only the inner nodes are sorted
I need to sort an example XML in a way that all the ShippingPoints are sorted first, then the Cargos according their first ShippingPoint and finally the Transports according to the first ShippingPoint[详细]
2023-02-18 03:41 分类:问答How do I get new lines when outputting the text for MSXML2 XML document in VBA?
I\'m generating an XML document in VBA using the MSXML2.DOMDocument and then sending the XML property of the obje开发者_JAVA技巧ct to a remote server (via POST).[详细]
2023-02-17 00:08 分类:问答