Thank you so very much, that was exactly what I needed!
Bert
On Thu, 2003-11-13 at 18:03, Michael Kay wrote:
> [..]
> If the getLang() method has a first argument of type
> com.icl.saxon.Context, then the context will be supplied to the method,
> and you can get the controller's UserData from there.
>
> The main problem is that get/setUserData were designed to store data
> associated with a node, and it's not obvious what node to use here. You
> could perhaps create a dummy node in a static variable, created using a
> call like "new ElementImpl()". The node will never be accessed, only its
> identity is important.
>
> Michael Kay
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
|