Re: [xslt] Windows URI escaping
- From: Igor Zlatkovic <igor zlatkovic com>
- To: xslt gnome org
- Subject: Re: [xslt] Windows URI escaping
- Date: Sat, 17 May 2003 15:48:23 +0200
> xml:
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <ImgPath>images\us004.jpg</ImgPath>
An URI specification requires a slash to be used as the directory
separator. Backslash is non-standard, used only on Windows. As you have
seen, your Windows PC finds the file, but your web server, which almost
certainly runs Unix, doesn't. This won't change any time soon, so either
use a slash, or install Windows on your web server.
> I have a second question as well. During the conversion, libxslt
> generate the meta tag.
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> Is it possible to stop this? In one of the stylesheets, I am using a
> page transition effect,
> <meta http-equiv="Page-Enter"
> content="revealtrans(duration=2,transition=23)"/>
>
> This does not work when the previous meta tag is present.
XSLT 1.0 does not specify a way to omit this meta tag, at least I never
saw it.
Anyway, what has the content-type meta tag to do with page transitions?
Why should the presence of this tag affect transitions?
Ciao,
Igor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]