ixmldomdocument
Remove XML declaration using msxml6/IXMLDOMDocument2
I want to remove XML declaration only from an XML using C++/COM- <?xml version=\"1.0\" encoding=\"UTF开发者_JAVA百科-8\" ?>[详细]
2023-03-27 06:57 分类:问答Setting a path on an IXMLDOMDocument that is loaded from RAM
I am using classic ASP. I have a stylesheet that is loaded into RAM already. What my problem is, is my XSLT has an[详细]
2023-03-25 07:03 分类:问答How to get IXmlDomDocument2.XML to escape quotes properly?
I\'m working on a problem where XML exported from our program doesn\'t escape quotes, (turning \" into ",) leading to problems on the receiving end. It escapes &s and angle brackets just[详细]
2023-02-09 00:29 分类:问答Remove xsi:nil attibute using IXMLDOMDOCUMENT in Delphi
I have an xml document that contains many xml nodes. The document has xsi:nil=\"t开发者_运维百科rue\" attributes. If I set values on these nodes, the nil attribute remains and it becomes invalid again[详细]
2023-01-31 10:01 分类:问答Delphi, IXMLDOMDocument2, Load fails due to invalid character
Using Delphi 2009 and IXMLDOMDocument2 I receive \"An invalid character was found in text content\" error when loading XML into IXMLDOMDocument2. The character is 1B (in Hex) and is present within a[详细]
2023-01-23 00:39 分类:问答Save XML like XmlTextWriter but with DOM
When I build a XML in C# using XmlDocument, and I want to save to XML to file, including the encoding information, I use XmlTextWriter, as below:[详细]
2023-01-19 04:12 分类:问答How to Validate an XML Node against an XSD in C++?
Please note that I\'m asking for validation against a particular node and not the whole file. For examples[详细]
2023-01-03 13:58 分类:问答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 分类:问答