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.
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
I want to validate my xml against a schema, however for some nodes I want a smarter validation than what xsd schemas can offer.
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
I can\'t find any documentation regarding this line of ASP classic code; Set objTemplate = Server.CreateObject(\"MSXML2.XSLTemplate.6.0\")
I have this node MSXML2::IXMLDOMNodePtr node; node->Getxml() returns\"<level3>333<level4 atribute=\"444\"><level5>555<level6>666</level6></level5></level4&
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
We have some code that uses MSXML, and does this to create the XML document object: MSXML2::IXMLDOMDocumentPtrdoc_in;
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
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).