msxml
Detecting incoming XML "CR" character, then converting to <br/>
I am using XSLT inside of ASP, it\'s serviced by msxml6. Incoming XML loaded to the object has \"carriage returns\" which I think may be ASCII 10.I would like to transform those to <br/> in the[详细]
2023-01-18 14:50 分类:问答How can I read the DOCTYPE SYSTEM identifier with Delphi?
For a document which has a DOCTPYE declaration like <!DOCTYPE RootElement SYSTEM \"file.dtd\"> Delphi 2009, using MSXML, reports that the systemId is empty (\"\"):[详细]
2023-01-18 04:53 分类:问答How do I keep MSXML from adding its own namespaces to my XML base64 encoded document?
I\'m encoding a document to attach as a base64 encoded element inside an xml document for transmission. It\'s easy enough, I just slurp the entire file into a byte array and then use MSXML\'s nodeType[详细]
2023-01-16 06:54 分类:问答Getting info out of XML document in VBA
I\'m using MSXML2 to load an XML file (a feed from Google Analytics). I now need to get data out of it, but I can\'t figure out how.[详细]
2023-01-15 05:46 分类:问答C++ XLST transform not working using MSXML 3.0
I\'m new to C++ and inherited the following code that is supposed to transform the given XML using the XSLT file to just spit out the text values.[详细]
2023-01-15 03:43 分类:问答why is that IXSLTemplate::putref_stylesheet compile when passed an IXMLDOMDocument argument
I am playing with XSLT with MSXML2 for the first time. And of course it doesn\'t work :-)开发者_StackOverflow社区[详细]
2023-01-14 22:08 分类:问答MSXML2.ServerXMLHTTP with SSL3?
Using VBScript, want 开发者_StackOverflow社区to talk to a HTTPS website but it fails with: The client and server cannot[详细]
2023-01-12 21:48 分类:问答MSXML with Visual c++
Is there a good tutorial to read/write XML? I have been scouting all over the Internet, but foun开发者_如何学Pythond nothing about MSXML.[详细]
2023-01-10 21:37 分类:问答MSXML XHTML and embedded CSS
I have an Excel workbook that is used as a starting point to generate a user-fillable form in our internal system. As an aide to the users creating these workbook, I\'m trying to add a preview functio[详细]
2023-01-05 07:35 分类:问答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 分类:问答