Re: [xslt] xsltParseStylesheetFile trouble
- From: Daniel Veillard <veillard redhat com>
- To: xslt gnome org
- Subject: Re: [xslt] xsltParseStylesheetFile trouble
- Date: Tue, 17 Jun 2003 05:43:37 -0400
On Tue, Jun 17, 2003 at 06:16:37AM +0200, Joseph wrote:
> So now I hard coded the path and so the code looks like
>
> Xsheet = xsltParseStylesheetFile((const
> xmlChar*)"file://home/jjude/fow/release/style/matrix.xsl");
Google, look for RFC 2396 and read it.
You're asking for the file "/jjude/fow/release/style/matrix.xsl" found
on the machine called "home" and accessed by the "file" protocol.
file:///home/... might work better.
But basically this way doesn't work in practice on Unix, you need
to have a clearly identified data path.
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]