If your output is HTML, all you should need to do is add the HTML tag
for italics, <i>......</i>, surrounding the style sheet code where it
outputs the unittitle. At its most basic, it looks like this:
<xsl:template match="unittitle">
<i>
<xsl:apply-templates/>
</i>
</xsl:template>
Michele
-=--=--=--=--=--=--=--=--=--=--=--=--=--=-
Michele R. Combs
Manuscripts Processor
Special Collections Research Center
Syracuse University Library
222 Waverly Avenue
Syracuse, NY 13244
(315) 443-2697
-=--=--=--=--=--=--=--=--=--=--=--=--=--=-
>>> [log in to unmask] 11/1/2006 10:02 PM >>>
Hi,
I'm trying to italicize in the unittitle field but it is not working.
Please
can you tell me what I have to edit in the stylesheet to get it
working.
Thanks.
Marvin
|