Filter for WordML vs Filter for XML vs Filter for Text

Tech-Archive recommends: Fix windows errors by optimizing your registry



We currently are saving WordML (Word 2003's XML format rather than binary
format) docs into a column of our SQL Server 2005 database and full text
indexing on it. Works okay, but not great. For example, all the XML tags
are indexed... so you find many words that are not in the document (from the
user persepctive).

The fix for that is clear... use an XML filter. (Though how to do that is
not so clear... we tried moving the WordML from a Text column to an XML
column, but it gives errors on illegal characters in the Word doc.)

However, it would seem that even an XML filter will not do nearly as well as
a filter designed for WordML.

Can anyone point me to a WordML full-text-search filter for SQL Server
2005??

Thanks,
Brian


.



Relevant Pages

  • Re: Think Secret: iWork 07 has a spreadsheet
    ... True, but until it is documented, it is, at least, XML, and therefore very ... Is this the current version of WordML, ... individual styling information, or if it doesn't, its style is given by ... One of the documents came back as some of the text was missing. ...
    (uk.comp.sys.mac)
  • Re: OT Merging Word Documents
    ... all the types of formatting I can think of. ... so there's two versions of WordML. ... the XML document produced with "Save as XML" will correctly ... so is no longer proprietary to Microsoft. ...
    (uk.rec.motorcycles)
  • Re: inserting wordml snippets into another Wordml document
    ... Open a word document and save as WORDML file ... Open another document and save a 'selection' as WORDML(this is done ... You use a transform or manipulate the XML directly with a parser or XPath. ...
    (microsoft.public.office.developer.automation)
  • Re: XML-Nodes
    ... auf eingebettete XML Tags, wenn du ein Schema verwendest, und nicht auf ... Direkt kannst du WordML nicht manipulieren. ... >>du hast leider nicht die verwendete Version von Microsoft Word ... da es (meines Wissens nach) die einzige ...
    (microsoft.public.de.word)
  • RE: Creating word document with ASP.NET application
    ... Look in to WordML and create the document as an XML file using WordML. ... With you custom XML nodes in the document it's ... I create a reference to Word component object and I make ...
    (microsoft.public.vsnet.vstools.office)