See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
Options::XmlIgnoreTags Property

Comma-separated list of tags to ignore when indexing XML

C#
public String XmlIgnoreTags;
Visual Basic
Public Property XmlIgnoreTags() As String
Remarks

If your XML data includes HTML tags like <P>, <B>, <I>, etc., use XmlIgnoreTags to prevent these tags from affecting the field structure of XML. Example:

options.XmlIgnoreTags = "b,p,i,u,h1,h2,h3,br,hr"
See Also
You are here: dtSearch::Engine Namespace > Options Class > Options Properties > XmlIgnoreTags Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.