|
Subject: Re: [xsl] image placing question From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Mon, 19 Dec 2011 15:57:26 +0100 |
I have this xml :
<tekst><p>FLOAT : img_5874.jpg</p>
<xsl:template match="text//p[starts-with(., 'FLOAT : ')]" priority="1">
<img class="float-left" src="{$workspace}/{image}/{substring-after(., 'FLOAT: ')}" />
</xsl:template>
But the FLOAT did not convert to the img tag and all the<p> are gone.
Any expert who can tell me why this is not working.
Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] image placing question, Roelof Wobben | Thread | Re: [xsl] image placing question, Wolfgang Laun |
| RE: [xsl] image placing question, Roelof Wobben | Date | Re: [xsl] image placing question, Wolfgang Laun |
| Month |