]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Rework content pointing to Xalan Usage Patterns.
authorWilliam Victor Mote <vmote@apache.org>
Thu, 24 Apr 2003 15:18:07 +0000 (15:18 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 24 Apr 2003 15:18:07 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196338 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/embedding.xml

index 7bccfc67a091ff5796ac9697563440f0f79e6c03..56f51aa404b80f00409dd64042e86b487b15c8d5 100644 (file)
@@ -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.