JMarkham
unread,Nov 5, 2009, 2:44:10 PM11/5/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Search Appliance/Google Mini - Google Search Appliance/Google Mini
Hi,
The <xsl:value-of select="T"/> element in the result XML comes from
the <title> element on your page (or title attribute of a Word doc,
etc.). To change this, you can change your page title.
To more finely control this, you would want to customize your XSLT,
and add a <META> tag to your page that contains the value for title
you would like to display. Then, add "&getfields=*" to your query URL
string, so you get all the metadata elements back, then substitute
something like <xsl:value-of select="MT/@name='title'"/> for
<xsl:value-of select="T"/> in your XSLT.
Hope that helps,
Jeff