[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Namespace problem


Subject: RE: [xsl] Namespace problem
From: Marc Schneider <mschneider@xxxxxxxxx>
Date: Tue, 14 Sep 2004 15:18:26 -0400

I think I have a work around to allow me to do what I need, although I wound up performing some postprocessing in C++ after transforming the document with XalanC.

Thanks for your help,
Marc

At 03:11 PM 9/14/2004, you wrote:
> So, if I walk up the DOM tree from my current node to the root and take
the
> union of the namespace nodes at each DOM Node will I have the set of all

> namespace node?
>
> Marc

Yes, that's what Xalan-C's implementation of the namespace axis does.  Are
you still trying to figure out how to get your stylesheet working with
Xalan-C?

Dave


Current Thread