XML Datasource problems

I am passing a valid XML set of data to the constructor, but the report ends up blank.

The xml object is an org.w3c.dom.Document that was created using dom4j.


JRDataSource jxmlds = new JRXmlDataSource(xml);
// Fill the report
JasperPrint jp = JasperFillManager.fillReport(report, params, jxmlds);
timmyd's picture
301
Joined: Jul 26 2006 - 5:39am
Last seen: 17 years 2 months ago

1 Answer:

Further note: the xml document DOES contain data, so this is not a case of the report being empty due to an empty dataset.
timmyd's picture
301
Joined: Jul 26 2006 - 5:39am
Last seen: 17 years 2 months ago
Feedback
randomness