Hello,<br />
<br />
I am totally new to BIRT.<br />
I have done the tutorial on <a class='bbc_url' href='
http://www.birt-exchange.org/documentation/BIRT_231/wwhelp/wwhimpl/js/html/wwhelp.htm'>http://www.birt-exchange.org/documentation/BIRT_231/wwhelp/wwhimpl/js/html/wwhelp.htm</a><br />
<br />
I need to make a report that uses an XML-file as data source. My question is now, how can I use the data from the XML-file in a Java-Class to manipulate, it for the Report?<br />
<br />
An example:<br />
I have an example data source representing a library. Books, titles, categories, years and so on. Now I want to know how many books are in the category ?web? or how many books are from 2001.<br />
How can I do this?<br />
<br />
If I could use a database I could do this even in the SQL-statement but I have to use an XML-File.<br />
<br />
So how can I get the data from the XML data source into a Java-Class to work with it?<br />
The XML-file is set as the data source in BIRT. A data set is also defined. I can use the data to show all Books and so on, but I have to calculate and manipulate the data.<br />
<br />
Sorry if the question sounds stupid, but I am really new to BIRT, the first contact was on Monday this week. ;-)<br />
<br />
Thanks and greetings from Germany!