How would that work, the html tags are values of xml nodes, and the template match looks at the xml nodes itself. Am I mistaken in this?
Tim -----Original Message----- From: JD Daniels [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 11:48 AM To: [EMAIL PROTECTED] Subject: Re: Embedded html in xml tags converting to pdf Just add more templates to you xsl stylesheet.. ie: <xsl:template match="STRONG"> <fo:inline font-weight="bold"><xsl:apply-templates/></fo:inline> </xsl:template> ----- Original Message ----- From: "Tim Bachta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 7:10 AM Subject: Embedded html in xml tags converting to pdf > I am using cocoon to create a PDF file. The problem that I am having is > some of my xml contains embedded html tags. These tags are showing up > as plain text when my PDF is created, what I would like them to do is > show as their specific tag that is stated. Is there a way of doing > this? > > > > Example of xml. > > <task> > > <message><STRONG>This is a test</STRONG><a > href="www.test.com">This is the test link</a> > > </task> > > > > Thanks > > > > Tim Bachta > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
