Braumüller wrote:
i am trying to generate pdf on fly from dynamic xml-source
...
What is wrong ?

I have no idea. Would you care to describe what you expect, and what you got instead? Does your browser open a PDF viewer? Do you get error messages? Which messages? Can you download the expected content using a command line tool?

BTW
 InputSource xmlSource =
   new InputSource(new StringReader(sReturnString));
In 99% of all cases I've seen this kind of code
indicates either a major design flaw or that you are
using the wrong tool to solve your problem.

J.Pietschmann

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



Reply via email to