On my Jsp page i have a call to servlet thats using Fop to create a pdf report. In the servlet it needs two input sources of xsl and xml.
My problem occurs with the xml input source, i need to have xml input source as a call to another servlet which searchs a database and dynamically creates xml format ie(out.println("<aa></aa>")).
The pdf will be produced but it will have no information on it.
My problem occurs with the xml input source, i need to have xml input source as a call to another servlet which searchs a database and dynamically creates xml format ie(out.println("<aa></aa>")).
The pdf will be produced but it will have no information on it.