|
Subject: Re: [xsl] Embedded bold,italic,anchors etc. From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 11 Jun 2008 13:41:54 +0200 |
I have created an XSLT style sheet that does everything I need it to except for handling embedded text. The XML documents I am transforming contain the usual italic, bold, superscript, plus hyper links that need converting into html.
Of course I need them to retain there place in the copy of course.
<xsl:template match="foo">
<strong>
<xsl:apply-templates/>
</strong>
</xsl:template> <xsl:template match="bar">
<em>
<xsl:apply-templates/>
</em>
</xsl:template>Martin Honnen http://JavaScript.FAQTs.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Embedded bold,italic,anchors , Craig Riley | Thread | Re: [xsl] Embedded bold,italic,anch, Craig Riley |
| [xsl] Embedded bold,italic,anchors , Craig Riley | Date | Re: [xsl] Embedded bold,italic,anch, Craig Riley |
| Month |