Hi,
I have been feedling aroiund with the 2xhtml.xsl to produce font-size, and
font color changes, but I am not seeing the changes in the resulting xhtml. I
am pretty confident my jsp page is referencing the correct style sheet. I
have been at this for a few hours now. But no luck.
I made a copy of 2xhtml (ssw_test_2xhtml.xslt) and made sure my jsp page is
pointing towards it. But still no results. Below are markup snipet:
Any assistance, as usual, is greatly appreciated.
(ssw_test_2xhtml.xslt)
<xsl:template match="[EMAIL PROTECTED]/[EMAIL PROTECTED]'abstract']" >
<font color="blue"><h2><xsl:value-of select="." /></h2></font>
</xsl:template>
(my jsp page)
table border="0" cellspacing="0" cellpadding="10">
<mm:relatednodes type="publication">
<tr><td>
<mm:formatter xslt="../xslt/ssw_test_2xhtml.xslt" >
<mm:field name="title" />
<mm:field name="abstract"/>
<mm:listrelations role="idrel">
<mm:relatednode />
</mm:listrelations>
</mm:formatter>
</td></tr>
</mm:relatednodes>
</table>