RE: FOP & internet explorer

2002-01-28 Thread Raúl Carazo



    Well. I don't know if I 
understand it but I can produce pdf reports with IE 5.0 and Adobe Acrobat 5.0 
(in Adobe Acrobat 4.0 it works, but sometimes fail).
 
    I call a servlet that create pdf 
and show it on the browser... just it.
 
    Anyway, initialy I had some 
problems, but I solved it (I don't have an answer. I can show how I do 
it...)
 
    Salve
 
    Raúl

  - Original Message - 
  From: 
  Romani 
  Mauro 
  To: FOP mailing 
  list (E-mail) 
  Sent: Monday, January 28, 2002 12:58 
  PM
  Subject: FOP & internet 
explorer
  
  We would like 
  definitly resolve the neverending problem about Internet explorer and pdf 
  files.
   
  Cocoon version 
  1.8.2
  Tomcat version 
  3.2.1
   
  In our application 
  the XML files are created by an COCOON XMLproducer 
  and 
  transformed using a xslfo stylesheet.
   
  As you 
  know, everything works fine in Netscape while in Internet Explorer 
  there are some problems.
  It seems IE 
  doesn't consider so much the document content type.
   
  The producer is 
  invoked in this way:
   
  http://w2k5500/prod/comune/dummy.xml?producer=CIE&xslfile=tryme.xsl
  note that 
  dummy.xml doesn't exist but the producer need it to start.
   
  I think the 
  problem could be resolved calling the producer in this way
   
  
  http://w2k5500/prod/comune/dummy.pdf?producer=CIE&xslfile=tryme.xsl
  but explorer send me a http error 404 - File not 
  found
   
  Is there a 
  configuration parameter that enable me to call a producer in this 
  way?
   
   
   
   
   


RE: FOP & internet explorer

2002-01-28 Thread "Buchtík, Michal"

Yes, it works.
The query string must end with >> .pdf <<.

-Original Message-
From: Cyril Rognon [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 1:25 PM
To: [EMAIL PROTECTED]
Subject: Re: FOP & internet explorer


Mauro,

I think this strang IE behaviour is fixed from IE 5.5. Anyway, some people 
said it would be a good idea to add info for IE to help it solving the 
content-type.

try adding &name=dummy.pdf at the end of your query string in your firt url 
you mentioned. I have never verified if this works but people (in this 
list) have said so...

I hope this helps

Cyril


At 12:58 28/01/2002 +0100, you wrote:
>We would like definitly resolve the neverending problem about Internet 
>explorer and pdf files.
>
>Cocoon version 1.8.2
>Tomcat version 3.2.1
>
>In our application the XML files are created by an COCOON XMLproducer and 
>transformed using a xslfo stylesheet.
>
>As you know, everything works fine in Netscape while in Internet Explorer 
>there are some problems.
>It seems IE doesn't consider so much the document content type.
>
>The producer is invoked in this way:
>
>http://w2k5500/prod/comune/dummy.xml?producer=CIE&xslfile=tryme.xsl
>note that dummy.xml doesn't exist but the producer need it to start.
>
>I think the problem could be resolved calling the producer in this way
>
>http://w2k5500/prod/comune/dummy.pdf?producer=CIE&xslfile=tryme.xsl
>but explorer send me a http error 404 - File not found
>
>Is there a configuration parameter that enable me to call a producer in 
>this way?
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP & internet explorer

2002-01-28 Thread Cyril Rognon

Mauro,

I think this strang IE behaviour is fixed from IE 5.5. Anyway, some people 
said it would be a good idea to add info for IE to help it solving the 
content-type.

try adding &name=dummy.pdf at the end of your query string in your firt url 
you mentioned. I have never verified if this works but people (in this 
list) have said so...

I hope this helps

Cyril


At 12:58 28/01/2002 +0100, you wrote:
>We would like definitly resolve the neverending problem about Internet 
>explorer and pdf files.
>
>Cocoon version 1.8.2
>Tomcat version 3.2.1
>
>In our application the XML files are created by an COCOON XMLproducer and 
>transformed using a xslfo stylesheet.
>
>As you know, everything works fine in Netscape while in Internet Explorer 
>there are some problems.
>It seems IE doesn't consider so much the document content type.
>
>The producer is invoked in this way:
>
>http://w2k5500/prod/comune/dummy.xml?producer=CIE&xslfile=tryme.xsl
>note that dummy.xml doesn't exist but the producer need it to start.
>
>I think the problem could be resolved calling the producer in this way
>
>http://w2k5500/prod/comune/dummy.pdf?producer=CIE&xslfile=tryme.xsl
>but explorer send me a http error 404 - File not found
>
>Is there a configuration parameter that enable me to call a producer in 
>this way?
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]