Re: [xml-dev] xpath check if value-atribute is empty

From
James Fuller <>
Date
2005-03-15T10:26:39Z
ID
<>
Thread
Re: [xml-dev] xpath check if value-atribute is empty
Dominik Röth wrote:

> Hello xml-dev members!
>
> My name is Dominik Röth. I am working for Verivox and I am looking for 
> the
> answer to following question:
>
> How can I check with an xpath expression that the value attribute of one
> specific note is not empty?
>  
>


doing a string(@someattribute) type test should return false if its empty

also I am speaking XPATH 1.0
http://www.w3.org/TR/xpath#function-string

gl, Jim Fuller