parseFromString method

[This documentation is preliminary and is subject to change.]

Creates an instance of a document that contains a Document Object Model (DOM) tree from a string of serialized XML source.

Internet Explorer 9

Syntax

IHTMLDocument2 retVal = object.parseFromString(xmlSource, mimeType);

Standards information

There are no standards that apply here.

Parameters

xmlSource [in]

Type: BSTR

A string that contains serialized XML source code.

mimeType [in]

Type: BSTR

A string that identifies one of the following mime types for the source.

text/xml

application/xml

application/xhtml+xml

image/svg+xml

 

 

Build date: 6/12/2012