I am new to this mailing list, and sorry if I ask very known question ?
But, I have tried the Servlet exmple code and it seems that it uses
deprecated methods :
com/clipack/portal/util/FOPRenderer.java [40:1] warning: getParser() in
org.apache.fop.apps.XSLTInputHandler has been deprecated

driver_.render(inputHandler.getParser(),inputHandler.getInputSource());
                                 ^
com/clipack/portal/util/FOPRenderer.java [40:1] warning: getInputSource() in
org.apache.fop.apps.XSLTInputHandler has been deprecated

driver_.render(inputHandler.getParser(),inputHandler.getInputSource());
                                                          ^
2 warnings

Is there any other example using xsl without these deprecated methods ?

I have searched an apidocs on the site and in the folder of my distribution,
I didn't find it. Are we obliged to download the sources and make our
Apidocs or I have not searched well ?

regards all,

Laurent Forêt.


----- Original Message -----
From: "J.Pietschmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 10:00 PM
Subject: Re: Web page embedding


> Matthew Lancashire wrote:
> > Is there an example of an applet.
>
> You should be able to use the servlet example as starting point.
> There is also some general documentation in
>   http://xml.apache.org/fop/embedding.html
>
> J.Pietschmann
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to