Projects/CoVNC
2007. 5. 5.
MSXML 사용법 요약
Summary This sample application shows how to use MSXML 4.0 to create an XML document using DOM. This application illustrates the following DOM APIs: createProcessingInstruction, insertBefore, createNode, appendChild, createElement, createAttribute, setNamedItem, createComment, createCDATASection, createDocumentFragment, setAttribute, and save. Our objective is to use MSXML 4.0 DOM and create the..