From: Glen Mazza Date: Sun, 26 Jun 2005 15:28:10 +0000 (+0000) Subject: Updated links to use SVN repository instead of CVS one. X-Git-Tag: fop-0_90-alpha1~531 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ec596ac5073680fe2d9727a9b297fbc4bdca4987;p=xmlgraphics-fop.git Updated links to use SVN repository instead of CVS one. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@201867 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index 2f6994f45..5cf6e3ba7 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -389,9 +389,9 @@ XML access. This may be easier to understand for people familiar with JAXP.
ExampleFO2PDF.java

This example - + (current 0.20.5) - + (future 1.0dev) demonstrates the basic usage pattern to transform an XSL-FO file to PDF using FOP. @@ -401,9 +401,9 @@ file to PDF using FOP.

ExampleXML2FO.java

This example - + (current 0.20.5) - + (future 1.0dev) has nothing to do with FOP. It is there to show you how an XML file can be converted to XSL-FO using XSLT. The JAXP API is used to do the @@ -415,9 +415,9 @@ classpath (ex. Xalan).

ExampleXML2PDF.java

This example - + (current 0.20.5) - + (future 1.0dev) demonstrates how you can convert an arbitrary XML file to PDF using XSLT and XSL-FO/FOP. It is a combination of the first two examples @@ -437,9 +437,9 @@ performance is significantly higher with SAX.

ExampleObj2XML.java

This example - + (current 0.20.5) - + (future 1.0dev) is a preparatory example for the next one. It's an example that shows how an arbitrary Java object can be converted to XML. It's an often @@ -472,9 +472,9 @@ used. For more detailed information see other resources on JAXP (ex.

ExampleObj2PDF.java

This example - + (current 0.20.5) - + (future 1.0dev) combines the previous and the third to demonstrate how you can transform a Java object to a PDF directly in one smooth run @@ -487,9 +487,9 @@ using FOP as before.

ExampleDOM2PDF.java

This example - + (current 0.20.5) - + (future 1.0dev) has FOP use a DOMSource instead of a StreamSource in order to use a DOM tree as input for an XSL transformation. @@ -498,8 +498,9 @@ use a DOM tree as input for an XSL transformation.

ExampleSVG2PDF.java (PDF Transcoder example)

This example - - (current 0.20.5) + + (current 0.20.5) + (future 1.0dev) shows use of the PDF Transcoder, a sub-application within FOP. It is used to generate a PDF document from an SVG file.