Alfred Fuchs wrote:

> in my expamle I extract the title of a HTML page in this way:
> if <title> exist and <title> not empty, use it as title.
> otherwise use the first <h1> etc...
> this is logic, simply done in a xslt, but hoe to do this in
> a single xpath-query?

string(/html/head/title[normalize-space()]|/html/body//h1[1])

Cheers

Con

Reply via email to