You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fop-transformation-chain.xml 1.8KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <section xmlns:fo="http://www.w3.org/1999/XSL/Format">
  18. <title tab-width="80">Transformation Chain</title>
  19. <fo:block space-before="10pt" space-before.conditionality="retain" space-after="10pt" text-align="center">
  20. <fo:external-graphic src="../svg/fop-transformation-chain.svg" width="70%" content-width="scale-to-fit"/>
  21. </fo:block>
  22. <p>
  23. This diagram shows a complete transformation chain (exemplary). It begins with your data source,
  24. from which the data for the document is extracted as an XML file. The generated XML is then
  25. converted to XSL-FO using XSLT (based on the transformation rules in an XSLT stylesheet, see the
  26. example below).
  27. Apache FOP receives the XSL-FO document and converts/formats it to the desired target format.
  28. If you create a PDF you might stream it to the user's browser or send it to your client by
  29. e-mail, or if you create a PostScript file, you might print it on a printer.
  30. </p>
  31. </section>