August 31, 2007
Posted by roadburn
Creating Custom Search Pages and Tabs on Sharepoint 2007
Customise your search page results too
http://msdn2.microsoft.com/en-us/library/bb428855.aspx
Display Search Results in Raw XML
<xsl:stylesheet version=”1.0″
xmlns:xsl=”http://www.w3.org/1999/XSL/Transform“>
<xsl:output method=”xml” version=”1.0″ encoding=”UTF-8″ indent=”yes”/>
<xsl:template match=”/”>
<xmp><xsl:copy-of select=”*”/></xmp>
</xsl:template>
</xsl:stylesheet>
No Comments Yet
You can be the first to comment!
Leave a comment