翻訳と辞書
Words near each other
・ MSW Votec 252T
・ MSW Votec 322
・ MSW/LFG
・ Mswati
・ Mswati II
・ Mswati III
・ MSWLogo
・ MSX
・ MSX (disambiguation)
・ MSX BASIC
・ MSX Video access method
・ MSX-DOS
・ MSX-Engine
・ MSX1
・ MSX2 (disambiguation)
MSXML
・ MSY
・ Msy Wind Song
・ Msy Wind Spirit
・ Mszadla Dolna
・ Mszadla Nowa
・ Mszadla Stara
・ Mszadla, Masovian Voivodeship
・ Mszadla, Łódź Voivodeship
・ Mszalnica
・ Mszana
・ Mszana Dolna
・ Mszana Górna
・ Mszana, Podkarpackie Voivodeship
・ Mszane


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

MSXML : ウィキペディア英語版
MSXML
Microsoft XML Core Services (MSXML) is a set of services that allow applications written in JScript, VBScript, and Microsoft development tools to build Windows-native XML-based applications. It supports XML 1.0, DOM, SAX, an XSLT 1.0 processor, XML schema support including XSD and XDR, as well as other XML-related technologies.
==Overview ==
All MSXML products are similar in that they are exposed programmatically as OLE Automation (a subset of COM) components. Developers can program against MSXML components from C, C++ or from Active Scripting languages such as JScript and VBScript. Managed .NET Interop with MSXML COM components is not supported nor recommended.〔(【引用サイトリンク】 The use of MSXML is not supported in .NET applications )
As with all COM components, an MSXML object is programmatically instantiated by CLSID or ProgID. Each version of MSXML exposes its own set of CLSID's and ProgIDs. For example, to create an MSXML 6.0 DOMDocument object, which exposes the IXmlDomDocument,〔(【引用サイトリンク】 IXMLDOMDocument/DOMDocument )IXmlDomDocument2,〔(【引用サイトリンク】 IXMLDOMDocument2 )〕 and IXmlDomDocument3〔(【引用サイトリンク】 IXMLDOMDocument3 )〕 COM interfaces, the ProgID "MSXML2.DOMDocument.6.0" must be used.
MSXML also supports version-independent ProgIDs. Version-independent ProgIDs do not have a version number associated with them. For example, "Microsoft.XMLHTTP". These ProgIDs were first introduced in MSXML 1.0, however are currently mapped to MSXML 3.0 objects and the msxml3.dll.
Different versions of MSXML support slightly different sets of functionality. For example, while MSXML 3.0 supports only XDR schemas, it does not support XSD schemas. MSXML 4.0, MSXML 5.0, and MSXML 6.0 support XSD schemas. However, MSXML 6.0 does not support XDR schemas. Support for XML Digital Signatures is provided only by MSXML 5.0. For new XML-related software development, Microsoft recommends〔(【引用サイトリンク】 Using MSXML in the browser )〕 using MSXML 6.0 or its lightweight cousin, ''XmlLite'', for native code-only projects.〔(【引用サイトリンク】 XmlLite Programmers' Guide and API Reference )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「MSXML」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.