RE: [xsl] XPath for leaf nodes

Subject: RE: [xsl] XPath for leaf nodes
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Thu, 20 Jan 2005 09:19:08 +0200
Hi,

> I am trying to put together an XPath expression to
> select all the leaf nodes (i.e. an element that does
> not have any descendants) of an arbitrary XML document
> (it may or may not have namespaces defined).
>
> I imagine there is an easy way to do this, but I can't
> figure it out.

//*[not(*)]

Cheers,

Jarno

Current Thread