|
Subject: Re: [xsl] Xslt Doubt From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Mon, 27 Sep 2010 13:45:21 +0200 |
I have four string-name nodes, 2 nodes before edited by and 2 nodes after edited by I want to match template mixed-citation and pass elements in such a way that initial 2 string-name nodes are given separate tagging than final two string-name nodes.
such as <naming>....</naming>,<naming>.....</naming>, edited by <after-naming>....</after-naming>,<after-naming>.....</after-naming> Any Idea?
<xsl:template match="string-name" mode="before">
<naming>
<xsl:apply-templates/>
</naming>
</xsl:template> <xsl:template match="string-name" mode="after">
<after-naming>
<xsl:apply-templates/>
</after-naming/>
</xsl:template>Martin Honnen http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Xslt Doubt, chirag matkar | Thread | Re: [xsl] Xslt protect with passwor, David |
| [xsl] Xslt Doubt, chirag matkar | Date | Re: [xsl] Xslt protect with passwor, David |
| Month |