SharePoint parses and synchronizes custom document properties with SharePoint properties for MS Office documents "out of the box".
I need to configure MOSS 2007 to parse HTML meta tags and synchronize them to custom SharePoint properties in a similar fashion when HTML documents are uploaded to a library.
Meta tags in the following format
<meta name="foo" content="bar" >
I'm new to SharePoint and not sure if it is a simple configuration or if some custom code needs to be developed.
Has anyone done this (or something similar) before?