Subject: RE: fxsl 1.2 - Implementation
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 18 May 2005 21:38:13 +0100
|
The most likely explanation is that the URI of the stylesheet isn't known,
perhaps because you supplied it as a DOM or from standard input. One might
hope for a better error message....
A crash like this should generally be reported to the product vendor.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: jpk [mailto:jopaki@xxxxxxxxx]
> Sent: 18 May 2005 21:35
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: fxsl 1.2 - Implementation
>
> 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(SystemIDR
> esolver.java:196)
> at
> org.apache.xpath.SourceTreeManager.resolveURI(SourceTreeManage
> r.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
|