Semantic stuff in Microsoft Outlook

In its charming way, Microsoft Outlook decided to add some unasked-for
functionality to my emails recently, which is what I would describe as
'semantic-like'. My signature block now highlights my name in garish purple
as a 'person name' item.

The code that produces this rather interesting effect is ..

	<ns0:PersonName 
		w:insAuthor="Neil McNaughton" 
		w:insDate="2007-02-16T09:44:00Z"
		w:endInsAuthor="Neil McNaughton" 
		w:endInsDate="2007-02-16T09:44:00Z">
		<span style="font-family: Arial; color: blue">
			Neil McNaughton
		</span>
	</ns0:PersonName>

Anyone know where this kind of tagging comes from - is there any SemWeb
input to this? 

Neil McNaughton
Editor, Oil IT Journal (www.oilit.com)

Received on Friday, 16 February 2007 08:58:40 UTC