PrepAway - Latest Free Exam Questions & Answers

What should you add to the XSLT code?

You have the following XSLT code:

01: <xslt:stylesheet version=”1.0″
xmlns:xsl=http://www.w3.org/1999/xsl/transform”>
02: <xsl:output method=”xml” version=”1.0″ encoding=”utf-8″ indent=”yes” />
03:
04: </xlst:stylesheet>

You need to customize the search core results web part to return raw xml by using the XSLT code.

What should you add to the XSLT code?

PrepAway - Latest Free Exam Questions & Answers

A.
<xsl:param name=”no results” />
<xls:template match=”/”>
<xmp><xsl:copy-of select=”*” /></xmp>
</xsl:template >

B.
<xsl:template match=”C0″ >
<xsl:valueof select=”.” />
</xsl:template>

C.
<xsl:template name=”displaymoreresultsafter” /> ???

D.
<xsl:if test=”$moreresultslink”>
<a href=”~moreresultslink~” if IE=”CSR_MRL”><xsl “xsl:value-of select=”$moreresultstext” /></xsl:if></xsl:template>


Leave a Reply