Re: [xsl] fxsl 1.2 - Implementation

Subject: Re: [xsl] fxsl 1.2 - Implementation
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 19 May 2005 06:46:44 +1000
Can you send me the files involved and a pointer to the XSLT
processsor you are using, so that I can have a look, too?


Cheers,
Dimitre Novatchev.

On 5/19/05, jpk <jopaki@xxxxxxxxx> wrote:
> Hi all,
>
> I'm implementing fxsl 1.2 - str-split-to-lines.  I'm
> getting this error:
>
> Caused by: java.lang.NullPointerException
>        at
>
org.apache.xml.utils.SystemIDResolver.getAbsoluteURI(SystemIDResolver.java:19
6)
>        at
> org.apache.xpath.SourceTreeManager.resolveURI(SourceTreeManager.java:189)
>        at
> org.apache.xalan.templates.FuncDocument.getDoc(FuncDocument.java:302)
>        at
> org.apache.xalan.templates.FuncDocument.execute(FuncDocument.java:236)
>
> It's blowing up when attempting to resolve a call to
> document('') in strSplit-to-lines.xsl.  Note, the
> import path is ok.  What do I need to tweak for a
> document('') call to process w/o error!???
>
> hopefully,
>
> Jon
> jopaki@xxxxxxxxx
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

Current Thread