-
FIND function behaves strange in report design XML
<p>I am using Eclipse Luna - Birt 4.4.0<br><br> Steps to reproduce:</p> * Open report design file (or report library file) * Click the XML Source tab * Click ctrl-f to bring up find dialog * Search for "</report>" (or anything that gets you far enough down so the window has to scroll down) * Click in the XML Source window…
-
Generate a Dynamic Hyperlink from XML Data
<p>Hi,</p> <p> </p> <p>I have an XML dataset with values in the following format:<br><br> name value <br> ||<br> ip | 192.168.1.17 |<br> port | 8080 |<br> suburl | report1 |<br><br> Now I have to put an generate an hyperlink, with a combination of the data.<br> For example: <a data-ipb='nomediaparse'…
-
Report Engine finds an unsupported element in the Report Design XML file
<p>I'm trying to generate a pdf report using the BIRT Report Engine APIs in a Java program. When the program gets to the line...</p> <p> </p> <p> report = engine.openReportDesign(reportFilepath);</p> <p> </p> <p>... an error occurs and the following entries are written to the log file...</p> <p> </p> <p>Oct 28, 2014…
-
Generate clean xml file
<p>Is it possible for rptdesign file can generate a result clean xml file? not with all design css, headers and so on. I wanted to use for xslt in my html view.</p>