Re: servlet and xml

Subject: Re: servlet and xml
From: Duane Nickull <webmaster@xxxxxxxxxxxxxxxxx>
Date: Wed, 24 Mar 1999 08:47:49 -0800
Hello:

Duane Nickull here.  You have a syntax mismatch.  Compare these two
lines - the is an extra "/" in the second one with the href.

Your href does not physically exists as you have specified it - hence
the access denied message.


> Access is denied. Error processing resource
> 'file://c:\servlets\test.xsl'.

>        out.println("<?xml:stylesheet type=\"text/xsl\" href=\"file:///c:/servlets/test.xsl\"?>");
>        out.println("<persons>");


I looked at the rest of your code - interesting.  It should work.

Duane Nickull
cartnetwork.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread