keiron 02/05/21 05:09:04 Modified: docs/xml-docs/fop embedding.xml Log: added a bit of info about using xalan Revision Changes Path 1.19 +15 -0 xml-fop/docs/xml-docs/fop/embedding.xml Index: embedding.xml =================================================================== RCS file: /home/cvs/xml-fop/docs/xml-docs/fop/embedding.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- embedding.xml 19 May 2002 16:34:07 -0000 1.18 +++ embedding.xml 21 May 2002 12:09:04 -0000 1.19 @@ -130,6 +130,21 @@ </s2> <s2 title="Hints"> + <s3 title="XML/XSL/DOM Inputs"> + <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: +<jump href="http://xml.apache.org/xalan-j/usagepatterns.html"> +http://xml.apache.org/xalan-j/usagepatterns.html</jump> describes +how you can do these things. + </p> + <p> +You can use the content handler from the driver to create a SAXResult. +The transformer then can fire SAX events on the content handler which +will in turn create the rendered output. + </p> + </s3> <s3 title="Object reuse"> <p> If FOP is going to be used multiple times within your application
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]