howardtheduck
Programmer
I am using Apache Cocoon to send dynamically created xml to a Crystal report. Using the Crystal Report developer I can get both the xml data and the schema, and everything works perfectly. (I have a hard coded schema for testing purposes since I have not made the feed completely dynamic, I keep a certain structure.)
I run into problems when I actually run the report from a jsp. I get an extremely help error of "XmlError". I know that the xml data is being sent to the report, and I have made my xml schema a generic as possible.
I have gotten the jsp page to work before when just having Cocoon send me hard files on the servers disk, but now I am using parameters to specify what xml data I want generated.
So after that back ground info I would like to know if anyone would know why it would work perfectly in the report developer but not in the jsp page??
I anyone would be interested to see some code from the jsp let me know
I run into problems when I actually run the report from a jsp. I get an extremely help error of "XmlError". I know that the xml data is being sent to the report, and I have made my xml schema a generic as possible.
I have gotten the jsp page to work before when just having Cocoon send me hard files on the servers disk, but now I am using parameters to specify what xml data I want generated.
So after that back ground info I would like to know if anyone would know why it would work perfectly in the report developer but not in the jsp page??
I anyone would be interested to see some code from the jsp let me know