diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-24 15:18:07 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-24 15:18:07 +0000 |
commit | 005f2ba6f4c107bfab1767233f75686150038f2b (patch) | |
tree | a19af9a91b2e8159845eccbd602505f26396a51d | |
parent | d863589d27541a6732261cad729861f5a4488daf (diff) | |
download | xmlgraphics-fop-005f2ba6f4c107bfab1767233f75686150038f2b.tar.gz xmlgraphics-fop-005f2ba6f4c107bfab1767233f75686150038f2b.zip |
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
-rw-r--r-- | src/documentation/content/xdocs/embedding.xml | 9 |
1 files 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</note> <section id="input"> <title>XML/XSL/DOM Inputs</title> <p> -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. <fork href="http://xml.apache.org/xalan-j/usagepatterns.html"> -http://xml.apache.org/xalan-j/usagepatterns.html</fork> describes -how you can do these things. +Xalan Basic Usage Patterns</fork> provides some interface documentation and cookbook solutions for such situations. </p> <p> You can use the content handler from the driver to create a SAXResult. |