Re: [xsl] zap some node s and change attribute

Subject: Re: [xsl] zap some node s and change attribute
From: Davide Antoni <davide.antoni@xxxxxxxxxxx>
Date: Tue, 17 Oct 2006 19:59:05 +0200
i must go to work thi stemplate is right?
but don't work:
<xsl:template match="*[not(node())]" priority="2"/>


Mukul Gandhi ha scritto:
You might have to add other templates for various cases.

I would advice to read some good XSLT book (Michael Kay's book is one).

On 10/17/06, Davide Antoni <davide.antoni@xxxxxxxxxxx> wrote:
this work,

But if i want to take all the value of ASSISTITO how to?
If there are a blank node like this <CodSanitario/>
i want to delete it but if CodSanitario have a value i want to
CodSanitario insteadof codFiscale.
I want if i have an input with valorizated tag, i want to display it,
and if the tag have no value i want to zap from ASSISTITO.
MMMM
Sorry for my english

Current Thread