You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by 장승필 <fr...@iasecurity.com> on 2002/06/27 10:55:54 UTC

What is a full element name using default namespace?

<abc xmlns="http://abc.com/prefix#">
....
</abc>

The local name of 'abc' element is 'abc'.
So, full name?
I use Xalan for search 'abc' element in root node.
But I don't have it.
My query is that, 'descendant-or-self::abc'.
How I get 'abc' element for using Xalan?

Thanks.