Subject: RE: cocoon and entities problem
From: "Manjul Sahay" <manjuls@xxxxxxxxxx>
Date: Mon, 5 Mar 2001 16:51:17 +0530
|
Well it is resolved now.
dont ever use:
"C:/jdk/library/global/cse.networking/cs345/course.xml"
use a relative path
"./library/global/cse.networking/cs345/course.xml" etc
bye
ms
WINNER never QUITS & QUITTERS never WIN !!
Manjul Sahay
the EDUJINI group http://www.edujini.com
( manjuls@xxxxxxxxxxx )
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Manjul Sahay
Sent: Monday, March 05, 2001 11:14 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: cocoon and entities problem
Hi Jeni,
Thanks a lot but it didnt work.
If I use file:// or file:/// prefix than it produces nullpointer exception.
I came across a page on cocoon development mailing list which discusses this
as a kind of problem thay want to remove.
Waiting for more help :)
manjul
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Jeni Tennison
Sent: Sunday, March 04, 2001 11:52 PM
To: Manjul Sahay
Cc: XSl list
Subject: Re: cocoon and entities problem
Hi Manjul,
> I am able to see the course.xml files in IE 5.5 with full path as
> given. But calling from server, gives following error -
> org.xml.sax.SAXParseException: File
> "C:/jdk/library/global/cse.networking/cs345/course.xml" not found
You probably need to give it as a URL rather than as a directory path.
Try changing the entities to:
file:///C:/jdk/library/global/cse.networking/cs345/course.xml
and so on.
I hope that works,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|