[
Lists Home |
Date Index |
Thread Index
]
- From: Kay Michael <Michael.Kay@icl.com>
- To: "'Huaxin Zhang'" <hxzhang@cs.ualberta.ca>, xml-dev@xml.org
- Date: Fri, 30 Jun 2000 10:41:17 +0100
I suggest you raise this on the Saxon list at http://saxon.xsl.listbot.com,
and supply a little bit more information about how your servlet works. It's
probably that the stylesheet is using a relative URL and doesn't have the
right base URL to resolve it against.
Mike Kay
> -----Original Message-----
> From: Huaxin Zhang [mailto:hxzhang@cs.ualberta.ca]
> Sent: 28 June 2000 19:59
> To: xml-dev@xml.org
> Subject: Saxon "PreparedStylesheet" problem
>
>
> When I applied xsl sheet using Saxon command line tool,
> everything is OK.
> However, when I am doing it using PreparedStyleSheet,
> something goes wrong
> here:
>
> Error in servlet: com.icl.saxon.style.StyleException:
> At XXXXX:
> Malformed URL[unidentified data stream]
>
> The reason for this problem is I use document('filename') inside a
> test="..." clause. The file is sitting inside the same
> directory with all
> the necessary files together.
>
> How should I do then? Thanks a lot!! (I tried
> "file://.....",doesn't work)
>
>
> **************************************************************
> *************
> This is xml-dev, the mailing list for XML developers.
> To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
> List archives are available at http://xml.org/archives/xml-dev/
> **************************************************************
> *************
>
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|