I'm having trouble using the XSLT document() function.
 
What I need to do is to call a servlet which will send back some dynamic
xml that I need to reference in my XSLT template.
 
I've tried using various relative paths, and the full (http://...) path
with no luck.  When I use the full path, I get this error in the
catalina.out file:
Can not load requested doc: Server returned HTTP response code: 500 for
URL: http:...  I've made sure there are no typos in the url.
 
When using a relative path, the error suggests that document() is
looking for the resource as a file on the server.
 
I've looked around on the web and see people supposedly using document()
with full paths, but nothing describing the problem I'm having.
 
Any help would be greatly appreciated.
 
Thanks,
Chris 
 

Reply via email to