Re: [xslt] Windows URI escaping



Thanks Igor for the help. I modified the code and now both problems are
solved.

Thanks again,
Joseph

On Sat, 2003-05-17 at 06:48, Igor Zlatkovic wrote:
> > 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
> 
> _______________________________________________
> xslt mailing list, project page http://xmlsoft.org/XSLT/
> xslt@gnome.org
> http://mail.gnome.org/mailman/listinfo/xslt
> 





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]