[
Lists Home |
Date Index |
Thread Index
]
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
|