Vojko wrote:
Why does this:
http://192.168.0.21:8080/fop/servlet/...&xsl=http://localhost/~vojko...

cause this error:

java.io.FileNotFoundException:
/home/vojko/http:/localhost/~vojko/servlets/fop/src/brochure/brochure-fo.php: 
No such file or directory

Can I call xsl file on a server?

No. The servlet opens local files, not URLs, for both the XML and XSL documents. You have to code your own servlet if you want to get your style sheet elsewhere.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to