Next in thread → Next in month →

RE: DOCBOOK-APPS: Internet Explorer XSLT

From
<>
Date
2001-10-04T13:08:18+00:00
ID
Thread
RE: DOCBOOK-APPS: Internet Explorer XSLT
I guess, the problem is now that IE just cannot

cope with the path ...

                 href="d:\docbook\stylesheets\xslt\1_45\html\docbook.xsl"?>

but i must have a absolute path, because I can't move

the DocBook Stylesheets. And I don't think it's 

possible to link a directory (WINNT 4) like in UNIX Systems.

Your href attribute value is not a legal URI. It must be:

        href="file://localhost/d:/docbook/stylesheets/xslt/1_45/html/docbook.xsl"

Some processors "friendly" understand windows-like paths, but that is a standard violation -- backslashes _cannot_ be used in URLs. 

Cheers,

=============================================

Marcelo Jaccoud Amaral

Process Engineer

PETROBRAS R&D Centre - Rio de Janeiro, Brazil

mailto:

voice: +55 21 3865-6337

fax: +55 21 3865-6342

=============================================

"La prise de conscience de votre propre ignorance est un grand pas vers la connaissance."  (Benjamin Disraeli)

"Kaiser Christian (SV SC RS T33)" <>

04/10/2001 09:46

        

        Para:        "''" <>

        cc:        

        Assunto:        RE: DOCBOOK-APPS: Internet Explorer XSLT

Thank you very much for the reply,

I've done what you suggested (and you were right),

but it still doesn't work. 

I guess, the problem is now that IE just cannot

cope with the path ...

                 href="d:\docbook\stylesheets\xslt\1_45\html\docbook.xsl"?>

but i must have a absolute path, because I can't move

the DocBook Stylesheets. And I don't think it's 

possible to link a directory (WINNT 4) like in UNIX Systems. 

Should it work with file:/// or something similar?

I haven't tried it, yet.

best regards, 

(-:hris
Next in thread → Next in month →