XMLSchemaReferences.IgnoreMixedContent Property

Definition

Returns a Boolean that represents whether Microsoft Word performs validation on text nodes that have element siblings and specifies whether these text nodes are saved in XML when the XMLSaveDataOnly property is True.

public:
 property bool IgnoreMixedContent { bool get(); void set(bool value); };
public bool IgnoreMixedContent { get; set; }
member this.IgnoreMixedContent : bool with get, set
Public Property IgnoreMixedContent As Boolean

Property Value

Remarks

True causes Word to ignore schema violations caused by text nodes that have element siblings; it also prevents these text nodes from being saved in XML when the XMLSaveDataOnly property is True, which helps to prevent text that was inserted by an Extensible Stylesheet Language Transformation (XLST) from being saved as part of the data. False raises validation errors on text nodes with element siblings.

Applies to