Return-Path: Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: (qmail 12288 invoked from network); 16 Dec 2009 11:49:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Dec 2009 11:49:18 -0000 Received: (qmail 42957 invoked by uid 500); 16 Dec 2009 11:49:18 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 42946 invoked by uid 500); 16 Dec 2009 11:49:18 -0000 Delivered-To: apmail-xmlgraphics-site-commits@xmlgraphics.apache.org Received: (qmail 42943 invoked by uid 99); 16 Dec 2009 11:49:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 11:49:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2009 11:49:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B17A52388AAA; Wed, 16 Dec 2009 11:48:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r891203 [9/9] - in /xmlgraphics/site/deploy/fop: ./ 0.94/ 0.95/ dev/ dev/design/ dev/fo/ dev/svg/ fo/ skin/ trunk/ Date: Wed, 16 Dec 2009 11:48:18 -0000 To: site-commits@xmlgraphics.apache.org From: vhennebert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091216114826.B17A52388AAA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: xmlgraphics/site/deploy/fop/trunk/servlets.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/servlets.html?rev=891203&r1=891202&r2=891203&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/trunk/servlets.html (original) +++ xmlgraphics/site/deploy/fop/trunk/servlets.html Wed Dec 16 11:48:08 2009 @@ -165,6 +165,9 @@ +
@@ -249,7 +252,7 @@ - +

Overview

@@ -257,7 +260,7 @@

- +

Example Servlets in the FOP distribution

@@ -288,7 +291,7 @@

- +

Create your own Servlet

@@ -297,7 +300,7 @@ This section assumes you are familiar with embedding FOP.
- +

A minimal Servlet

Here is a minimal code snippet to demonstrate the basics: @@ -326,7 +329,7 @@ See below for details. - +

Adding XSL tranformation (XSLT)

A common requirement is to transform an XML source to @@ -390,12 +393,12 @@ Because you have an explicit Transformer object, you can also use it to explicitely set parameters for the transformation run.

- +

Custom configuration

You can easily set up your own FOUserAgent as demonstrated on the Embedding page.

- +

Improving performance

There are several options to consider: @@ -422,7 +425,7 @@ performance hints from the Embedding page apply here, too.

- +

Accessing resources in your web application

Often, you will want to use resources (stylesheets, images etc.) which are bundled with @@ -492,7 +495,7 @@ transformer.setURIResolver(this.uriResolver); - +

Notes on Microsoft Internet Explorer

@@ -539,7 +542,7 @@

- +

Servlet Engines

@@ -547,13 +550,13 @@ with existing XML/XSLT libraries. Servlet containers also often use their own classloaders for loading webapps, which can cause bugs and security problems.

- +

Tomcat

Check Tomcat's documentation for detailed instructions about installing FOP and Cocoon. There are known bugs that must be addressed, particularly for Tomcat 4.0.3.

- +

WebSphere 3.5

Put a copy of a working parser in some directory where WebSphere can access it. @@ -569,7 +572,7 @@

- +

Handling complex use cases

Modified: xmlgraphics/site/deploy/fop/trunk/servlets.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/servlets.pdf?rev=891203&r1=891202&r2=891203&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/trunk/servlets.pdf (original) and xmlgraphics/site/deploy/fop/trunk/servlets.pdf Wed Dec 16 11:48:08 2009 differ Modified: xmlgraphics/site/deploy/fop/trunk/servlets.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/servlets.xml?rev=891203&r1=891202&r2=891203&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/trunk/servlets.xml (original) +++ xmlgraphics/site/deploy/fop/trunk/servlets.xml Wed Dec 16 11:48:08 2009 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

Servlets How to use Apache FOP in a Servlet @@ -319,4 +319,4 @@

- + \ No newline at end of file Modified: xmlgraphics/site/deploy/fop/trunk/upgrading.html URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/upgrading.html?rev=891203&r1=891202&r2=891203&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/trunk/upgrading.html (original) +++ xmlgraphics/site/deploy/fop/trunk/upgrading.html Wed Dec 16 11:48:08 2009 @@ -165,6 +165,9 @@ +
@@ -211,7 +214,7 @@ - +

Important!

@@ -292,7 +295,7 @@

- +

What you need to know when you upgrade!

Modified: xmlgraphics/site/deploy/fop/trunk/upgrading.pdf URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/upgrading.pdf?rev=891203&r1=891202&r2=891203&view=diff ============================================================================== Files xmlgraphics/site/deploy/fop/trunk/upgrading.pdf (original) and xmlgraphics/site/deploy/fop/trunk/upgrading.pdf Wed Dec 16 11:48:08 2009 differ Modified: xmlgraphics/site/deploy/fop/trunk/upgrading.xml URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/trunk/upgrading.xml?rev=891203&r1=891202&r2=891203&view=diff ============================================================================== --- xmlgraphics/site/deploy/fop/trunk/upgrading.xml (original) +++ xmlgraphics/site/deploy/fop/trunk/upgrading.xml Wed Dec 16 11:48:08 2009 @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - +

Upgrading from an Earlier Version of Apache FOP $Revision: 733034 $ @@ -122,4 +122,4 @@ - + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org