Subject: fxsl 1.2 - Implementation
From: jpk <jopaki@xxxxxxxxx>
Date: Wed, 18 May 2005 13:34:56 -0700 (PDT)
|
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:196)
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
|