Page 1 of 1

XSLT transforming with Eclipse IDE

Posted: Mon Jul 18, 2005 6:09 pm
by NaraJin
Hi,

I've made an eclipse plug-in view that displays XML documents. I've made the view to filter out XML tags by using a stylesheet transformation. I've been trying to make certain lines go bold or italicized to no avail. Here's the stylesheet I used:



...//omitted
<xsl:template match="TITLE">
<fo:inline-sequence font-size="18pt">"
<xsl:apply-templates/>
</fo:inline-sequence>
</xsl:template>
</xsl:stylesheet>

If anyone can help me with this, I'd greatly appreciate it.

Thanks!

Posted: Thu Jul 21, 2005 1:27 pm
by Radu
Hi,

I'm sorry but I don't really understand your problem.
've been trying to make certain lines go bold or italicized to no avail.
What kind of lines? Lines in the editor or lines in the transformation output?
Are you trying to use syntax highlight in your editor or are you trying to use bold or italic fonts in a transformation pdf output?

Maybe more details would help.

Regards, Radu.