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 th...@ascentialsoftware.com on 2002/06/18 15:46:52 UTC

Namespace and Xalan

I know that this question is going to sound weird, but is there a way to
disable namespace handling/checking in Xalan C++?

What I'd like to do is write a style sheet selecting some nodes, without any
concern about the namespace in which those nodes are. For example //a will
select all the elements named "a" (local name is "a"), even if two "a"
elements are in two different namespace.

Thanks.