RE: [xsl] cocoon and entities problem

Subject: RE: [xsl] cocoon and entities problem
From: "Manjul Sahay" <manjuls@xxxxxxxxxx>
Date: Mon, 5 Mar 2001 11:14:05 +0530
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: [xsl] 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


Current Thread