Re: About MathML

2001-12-20 Thread Stephan Kassanke
Unfortunately me neither. does anybody about a free available mathml2svg converter? The only one I know is the (commercial) custard. Custard is a prototype program developed by Schema Software Inc. (http://www.schemasoft.com/) Stephan - Original Message - From: "Keiron Liddle" <[EMAIL PR

Re: Problems with seeing pdf-files in IE 5.0

2001-12-17 Thread Stephan Kassanke
and use "?" as the separator not "&" ...   Stephan - Original Message - From: Stephan Kassanke To: [EMAIL PROTECTED] Sent: Monday, December 17, 2001 3:04 PM Subject: Re: Problems with seeing pdf-files in IE 5.0 Hi Cyril, we ha

Re: Problems with seeing pdf-files in IE 5.0

2001-12-17 Thread Stephan Kassanke
Hi Cyril, we had a similar problem, the solution is simple: just put a dummy parameter at the end, like       http://www.somewhere.com/myjsp.jsp&dummy=my.pdf   This will cause IE 5.0 to display the pdf in the browser.   Stephan - Original Message - From: Cyril Rognon To:

Re: FOP performance on Win98/JRE 1.3.1

2001-12-17 Thread Stephan Kassanke
Hi Lukas, mixing support classes such as xerces, batik etc. is *not* a good idea. The danger is that you will be getting errors for proper code due to the not tested "blend of jars". I can tell you this from my own experience. It may work, though ... Stephan - Original Message - From:

Re: image file path

2001-12-17 Thread Stephan Kassanke
Hi Maneshi, you should use an correct URI, file:// or http:// make sure that your application has the proper rights to access the image espially for the file:// protocol. Relative URLs do not work as far as I know, so make them absolute, e.g. http://somewhere.com/images/myimg.gif Stephan