ok :-)

Am 16.06.15 um 11:41 schrieb Peter:
> Hello Michael,
>
> sorry, I don't want to use a Java application at all for transformation, but
> rather a build plugin to just do sth. like this command line:
>
> fop -xml name.xml -xsl name2fo.xsl -pdf name.pdf
> (copied from http://xmlgraphics.apache.org/fop/quickstartguide.html)
>
> It'd probably look like:
>
> <plugin>
>    <artifactId>fop</artifactId>
>    <groupId>???</groupId>
>    <xml>xml/name.xml</xml>
>    <xsl>resources/name2fo.xsl</xsl>
>    <outputType>pdf</outputType>
>    <outputFile>name.pdf</outputFile>
> </plugin>
>
> This is just an idea - not the real code, because I'm asking for that! ;-)
>
> Kind regards
> Peter
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to