XML Ifilter
You're welcome, Sander,
Yes, you MUST store the XML data in an IMAGE column with the correct value
(xml) in the row's column for the file extension!!
The SharePoint Portal Server (SPPS) XML IFilter is called by the MSSearch
daemon based upon the file extension column (xml in this case) and if the
XML is stored in a char/varchar or TEXT/NTEXT column then it is FT Indexed
as normal text. This and other 3rd party IFilters, such as Adobe's PDF
IFilter ONLY work with SQL Server 2000 when storing the text/file in an
IMAGE column with the correct associated file extension value in the column.
FYI, you might also want to checkout Quilogic's XML IFiter at
http://www.quilogic.cc/ifilter.htm
Regards,
John
|