From 005f2ba6f4c107bfab1767233f75686150038f2b Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Thu, 24 Apr 2003 15:18:07 +0000 Subject: [PATCH] Rework content pointing to Xalan Usage Patterns. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196338 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/embedding.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index 7bccfc67a..56f51aa40 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -156,12 +156,11 @@ issues should be fixed in the upcoming JDK 1.4
XML/XSL/DOM Inputs

-You may want to supply you input to FOP from different data sources. -For example you may have a DOM and XSL stylesheet or you may want to -set variables in the stylesheet. The page here: +You can supply your input to FOP from a variety of data sources. +For example, you may have a DOM and an XSL stylesheet; or you may want to +set variables in the stylesheet. -http://xml.apache.org/xalan-j/usagepatterns.html describes -how you can do these things. +Xalan Basic Usage Patterns provides some interface documentation and cookbook solutions for such situations.

You can use the content handler from the driver to create a SAXResult. -- 2.39.5