On first glance, the XSLT file looks fine to me.  I'm not sure what your
confusion is with setting up namespaces and java class/package names.
If you send the XSLT that was causing problems, with an accompanying
stack trace, I can help answer a specific question.  You shouldn't have
to be wrapping things in classes with static methods as I think you
mentioned you were doing.  Even if you don't have a specific example
causing a problem, you can send questions and provide an example of what
you're talking about.

I just looked, for example, at your first posting on this thread and
think you would have had more success with:

  xmlns:bt="xalan://com.foo.BindTest

than

  xmlns:bt="java:com.foo.BindTest

Gary

> -----Original Message-----
> From: Tobias McNulty [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 26, 2002 12:52 PM
> To: Gary L Peskin
> Cc: [EMAIL PROTECTED]
> Subject: RE: SQL Extension
> 
> 
> Gary,
> 
> Through trial and error I finally managed to resolve the BindTest 
> problems I was having.  How does the format of my XSL file look?  It 
> seems to work, other than the NullPointerException.  I am somewhat 
> confused as to how I am supposed to setup the namespaces and Java 
> class/package names.
> 
> Thanks again,
> Toby
<snip/>

Reply via email to