[xsl] XPATH multiple predicate and negation

Subject: [xsl] XPATH multiple predicate and negation
From: Gábor Tóth <roysy@xxxxxxxx>
Date: Mon, 8 Nov 2010 06:35:38 +0000
Dear All,

I wish to find with XPATH all those note elements, the type attribute
of which is not meaning, pr-res and text but something else.

I tried this but it did not work:

//note[@type!="meaning" and "text" and "pr-res" ]

could someone give me a suggestion?

Thanks,

Gabor

Current Thread