From: William Victor Mote Date: Thu, 24 Apr 2003 15:18:07 +0000 (+0000) Subject: Rework content pointing to Xalan Usage Patterns. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1546 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=005f2ba6f4c107bfab1767233f75686150038f2b;p=xmlgraphics-fop.git 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 --- 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.