Subject: cocoon and entities problem
From: "Manjul Sahay" <manjuls@xxxxxxxxxx>
Date: Sun, 4 Mar 2001 18:23:56 +0530
|
Hi,
I am using cocoon to display an Xml file with entities.
The format is like this :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE apage [
<!ENTITY file0 SYSTEM
"C:/jdk/library/global/cse.networking/cs345/course.xml">
.
.
<!ENTITY file7 SYSTEM
"C:/jdk/library/global/ge.personality/ge345/course.xml">
]>
<?xml-stylesheet href="search_all.xsl" type="text/xsl"?>
<?cocoon-process type="xslt"?>
<search>
<list>
&file0;
.
.
&file7;
</list>
</search>
the course.xml files are of the format
<course>
<resource id="g.ee900.01" type="global">
...
</resource>
</course>
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
I saw this error mentioned in the list archives and a few other places but
no solution.
Thanks in advance for help
manjul
WINNER never QUITS & QUITTERS never WIN !!
Manjul Sahay
the EDUJINI group http://www.edujini.com
( manjuls@xxxxxxxxxxx )
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|