xsl-list
[Top] [All Lists]

RE: fxsl 1.2 - Implementation

2005-05-18 13:38:13
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(_at_)yahoo(_dot_)com] 
Sent: 18 May 2005 21:35
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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(_at_)yahoo(_dot_)com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>