xml to pdf example

hi!i need a java program to transform xml to pdf with fo.xsl file and i don't use apache libraries. is this possible?
[132 byte] By [Taigoa] at [2007-11-27 8:51:15]
# 1
XML may be converted to PDF with Apache FOP, but as Apache is not be used, XML may be converted to PDF with Oracle XML Publisher.
dvohra09a at 2007-7-12 21:04:06 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Ok! and using the apache fop? where e can fine some good step by step examples?
Taigoa at 2007-7-12 21:04:06 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
http://www.onjava.com/pub/a/onjava/2002/10/16/fop.html
dvohra09a at 2007-7-12 21:04:06 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
hi! thanks for the help.. but what i realy need is to use a xsl from docbook to generate pdf, or html pages from my java code. Is possible use xsl from docbook in a java code?
Taigoa at 2007-7-12 21:04:06 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...