I am trying to modify the core search results webpart in SP2010. Ive created a managed property named: ExternalContactsCompany
I then added a <Column name="ExternalContactsCompany"/> section to the fetched properties inside the webpart properties.
Next i added the following XSL:
TEST <xsl:value-of select="externalcontactscompany"/>
All i can see is "TEST". The last part is not showing anything.
And yes, the column is filled !