On Wed, 11 Jul 2001, Mike Skells wrote:

>  
> Hi,
> What is the XPath query for the name of the first child element?

Probably something like this:

        local-name(/.)
        namespace-uri(/.)

                or

        name(/.)

-bob


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to