Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
XML emitter for BIRT
srijit
Hi,
We are using BIRT 3.2 version.We have xls,csv and pdf as export formats.But we a XML emitter where we need to export the data into xml format.Is there a XML emitter available.(If possible the instruction of how to configure.)
It would be great if i get some pointers.
Thanks and Regards,
Srijit.
Find more posts tagged with
Comments
Jevo
Yes, there is. I use Tribix - Extended Emitters for BIRT 2.5.1. It allows you to export to Excel, PowerPoint y RTF. Anyway you just need the XML emitter. For that you have to delete the birt's xml emitter and copy Tribix xml emiter instead.<br />
<br />
Tribix emitter is located on source forge.<br />
<br />
<strong class='bbc'>How to install </strong>[extracted from <a class='bbc_url' href='
http://birtworld.blogspot.com/2010/06/birt-excel-output.html'>BIRT
World</a>, where you can find out more]<br />
<br />
If you wish to use just the XLS emitter, download the org.uguess.birt.report.engine.emitter.xls_version and org.uguess.birt.report.engine.common_version plugins and copy them to the plugins directory in your Eclipse install location. You will also need to copy them to the runtime location as well. For example, if you are using the WebViewer this will be the WebViewer/WEB-INF/Platform/plugins directory. You will also need to remove org.eclipse.birt.report.engine.emitter.excel.config_version and org.eclipse.birt.report.engine.emitter.prototype.excel_version plugins from both locations to replace the out of the box XLS emitters. Restart Eclipse with the ?clean option and the Tribix emitter should work. No API changes should be required if you are using the RE API.<br />
<br />
---<br />
<br />
Jevo