|
[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: Mon, 13 Sep 2004 12:52:15 -0400
|
Hello -
I may have spoken too soon when I said that using current() did the trick.
This apparently works in XalanJ, but XalanC v1.7 appears to have a problem
with namespace::* and doesn't evaluate
namespace::*[starts-with(name(),substring-before(current()/parent::node()/@name,':'))]
correctly.
Unfortunately, I need to support XalanC v1.7, does anyone know of a way to
resolve a namespace URI from the prefix in XalanC 1.7?
Thanks,
Marc
|
| |