Re: deprecated methods in servlet example

2004-09-19 Thread Glen Mazza
It's just a deprecation warning, so can be ignored. I guess 0.20.5 did not keep the servlet examples up to date with respect to the then-API. You may wish to look at the JAXP examples on our "embed" page--we recommend that method for embedding FOP. Thanks, Glen --- Sandy Soesilo <[EMAIL PROTE

deprecated methods in servlet example

2004-09-18 Thread Sandy Soesilo
Hi people, i'm trying to run the example that I found in FOP release 0.20.5 (stable release,not from cvs) it works fine under the dos console, but under servlet I found some methods that are deprecated... driver.render(input.getParser(), input.getInputSource()); .. with these error code : - The m