> -----Original Message-----
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
> > -----Original Message-----
> > From: Johannes Franz [mailto:[EMAIL PROTECTED]
> >
> > Hi there,
> > i would like to do following thing:
> >
> > xmlfile1.xml xmlfile2.xml -> xmlfile12.xml
> >
> > fop -xml xmlfile12.xml -xsl xmlfile12.xsl -pdf output.pdf
> >
> > Has someone an idea how i could do this?
>
>
> Hi,
>
> You definitely need to take a close look at XSLT. It takes only one

Sorry, obviously you're already using XSLT... Anyway, you can make a slight
modification to your XSL code, so that it does not only apply-templates to
the primary XML, but also to another source tree that is created with the
document() function.

HTH!

Cheers,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to