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
|