Selection.InsertXML(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified XML text into the specified selection.
public void InsertXML (string XML, ref object Transform);
abstract member InsertXML : string * obj -> unit
Public Sub InsertXML (XML As String, Optional ByRef Transform As Object)
Parameters
- XML
- String
Required String. The XML text to insert.
- Transform
- Object
Optional Object. The transform to apply to the inserted XML text.
Remarks
If the specified range or selection contains text, the InsertXML method replaces the existing text.
Use the InsertXML method to insert text marked up with either arbitrary XML or Word XML. The XML must be well formed. If it uses Word XML, then it must also be valid according to the Word XML schema. For more information on the Word XML schema, please refer to the Word XML Content Development Kit, which you can find on the Microsoft Developer Network (MSDN) Web site.
If the specified XML text cannot be inserted into the specified range or selection, an error message is displayed.