mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / XML Property
In This Topic
    XML Property
    In This Topic
    Description

    Retrieves the XHTML markup of the <BODY> Element using a custom implementation of XMLSerializer object.

    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property XML As String
    Return Type

    Returns the XHTML markup of the <BODY> Element using a custom implementation of XMLSerializer object.

    Remarks

    The XML property can be used to load the HTML5 markup in an XML DOM for XPath and / or XSLT processing.

    See Also