|
Subject: Re: [xsl] tokenize From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Wed, 12 Oct 2016 09:09:14 -0000 |
I am not getting the Expected Output by following inputs. Any idea? Thanks in advance.
Xslt
<xsl:template match="w:p">
<xsl:if test="w:pPr/w:pStyle/@w:val='Authors0'">
<aug>
<xsl:apply-templates select="*" mode="make-tokens"/>
</aug>
</xsl:if>
</xsl:template>
<xsl:template match="*" mode="make-tokens">
<xsl:for-each select="tokenize(.,', ')">
<xsl:if test=".!=''">
<au><xsl:copy-of select="."/></au>
</xsl:if>
</xsl:for-each>
</xsl:template>
<xsl:template match="w:r[w:rPr/w:vertAlign/@w:val='superscript']"
mode="make-tokens">
</xsl:variable>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] tokenize, Joga Singh Rawat jra | Thread | Re: [xsl] tokenize, Michael Kay mike@xxx |
| [xsl] tokenize, Joga Singh Rawat jra | Date | Re: [xsl] tokenize, Michael Kay mike@xxx |
| Month |