Hi Martin,
Thanks a ton!
This works...
BR,
Varun
On Fri, Aug 29, 2014 at 12:09 PM, Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> varun bhatnagar varun292006@xxxxxxxxx wrote:
>
>> Sorry if I have mislead you Martin, but the suggestion given in the
>> above mail did not work as it prints both node-sets and text-nodes, that
>> is why I replied back again (so I tried your suggestion) and I thought
>> of explaining it in a better way with my actual scenario because in my
>> first mail I just said that I have 3 conditions. So it was already a
>> complicated problem I did not post a new one.
>>
>
> Can you expain what goes wrong, you say "it prints both node-sets and
> text-nodes", which part goes wrong?
>
> I see that the original code has
>
>
> <xsl:template match="text()" />
>
> if you want that to happen for a mode as well then you need to add
>
> <xsl:template match="text()" mode="step2"/>
|