Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsOptions::xmlIgnoreTags Data Member
dtsOptions Structure | dtsOptions Structure | Send Feedback

Comma-separated list of tags to ignore when indexing XML

char xmlIgnoreTags[512];
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"
Structure
Links
You are here: C++ API > Classes > dtsOptions Structure > dtsOptions::xmlIgnoreTags Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.