By: akini - akini
Report to HTML format, anyone done it?
2002-06-26 07:52
Is anyone used JasperReports to generate HTML results. What would be the best solution to do it?
1) JasperReports -> XML result -> XSLT transformation to HTML?
Should I export results to xml format and then run it through XSLT transformation.
2) JasperReports -> HTML result?
Can I use JR directly generate a html result.
3) <Put your favourite method here>
By: Nathan W. Phelps - nphelps
RE: Report to HTML format, anyone done it?
2002-06-27 10:08
This is where my primary interest lies as well. In fact, I'm surpirsed that this isn't a major force in this project. I'd be interested in others thoughts about this.
By: Bart Cassady - bartong
RE: Report to HTML format, anyone done it?
2002-07-03 07:47
This is also a primary interest of mine. From prior comments I gather that Teodor is, quite justifiably, avoiding this due to excessive complexity and lack of standards.
XML and PDF are well defined, while HTML/Javascript is full of inconsistencies and incompatabilities.
For example, the NetScape 4.7x browsers are very bad at rendering things accurately, yet I have found some fairly obvious stylesheet stuff that it DOES render properly, yet Mozilla 1.0 and IE 5.5 do not.
Also, as Teodor has pointed out, how do you display page-based information as HTML? The answer will be different for every person you talk to.
Still, I would be interested to continue this thread to get other points of view.
By: Paul Bonner - paulbonner
RE: Report to HTML format, anyone done it?
2002-08-15 08:10
I'm also very interested in this. Our requirement is for support of DOM browsers only--Netscape 4.7 has dropped below 1% usage among our ASP customers--so I suspect the task isn't too difficult given the Jasper-created XML files. Would certainly like to see something in Jasper itself that does this, however.
By: Mark Smith - marksmithurbana
RE: Report to HTML format, anyone done it?
2002-08-27 10:09
I am also extremely interested in this. This still isn't on the patch list. Are there plans to incorporate this into JasperReports?
drake42, would you mind emailing the patch to me at marksmithurbana@yahoo.com ?
Thanks,
Mark
By: Jason Henriksen - drake42
RE: Report to HTML format, anyone done it?
2002-07-10 09:12
My company has built a Jasper to HTML converter that is straightforward and effective. Rod Lampart was the author of that one. Unfortunately, I'm trying to see the patches and they aren't showing up. Watch the patches list and they should show up soon.
By: ivovictor - ivovictor
RE: Report to HTML format, anyone done it?
2002-08-27 10:16
drake42 / Jason
we are very interested in your solution.
would you mind mailing the patch source to:
ivotor@abv.bg
By: lakshmi prasad mandava - prasadmandava
RE: Report to HTML format, anyone done it?
2002-08-27 21:35
Hi drake42/Jason,
I am also very interested in your solution. if you don't mind please send the source for that this mail id.
prasadmandava@hotmail.com
thank u.
By: Mark Smith - marksmithurbana
RE: Report to HTML format, anyone done it ?
2002-08-27 21:45
So it appears many people want this ability to export to HTML format.. Also, in the patches list, it seems like Jason has posted patches to export to Excel and CSV. All of these sound very interesting to me.
I think JasperReports is absolutely phenomenal. There is nothing even remotely close to the functionality and customization one can do with it.
But why aren't these feeatures/patches being added to the codebase? Is that not the direction JasperReports wants to go? Is the team working on JasperReports busy with other stuff and just haven't had time to do this? I'm really interested to know b/c it seems unintuiative for the JasperReports team to create the funtionality to export a Report to XML and not express interest in these great patches.
Also Jason, I think the timestamp on your computer may be off. Your posts have some crazy timestamps associated with them..
By: Teodor Danciu - teodord
RE: Report to HTML format, anyone done it ?
2002-08-28 00:37
Hi,
>But why aren't these feeatures/patches being
>added to the codebase? Is that not the direction
>JasperReports wants to go? Is the team working
>on JasperReports busy with other stuff and just
>haven't had time to do this?
The JasperReports team ( me :-) ), is indeed busy
these days. I'm struggling to prepare the 0.3.4
version which I'm sure many are waiting for,
because it will finally implement very sensitive
features that have to do with page breaking
mechanisms. Unfortunately I have little spare time
lately.
I'm willing to include third-party code into the main
version, especially new printers, but in order to do
that, we have to address some things before.
Pease take a moment and give us your opinion
about these issues here:
http://sourceforge.net/forum/forum.php?thread_id=714366&forum_id=113529
Thank you,
Teodor
Report to HTML format, anyone done it?
2002-06-26 07:52
Is anyone used JasperReports to generate HTML results. What would be the best solution to do it?
1) JasperReports -> XML result -> XSLT transformation to HTML?
Should I export results to xml format and then run it through XSLT transformation.
2) JasperReports -> HTML result?
Can I use JR directly generate a html result.
3) <Put your favourite method here>
By: Nathan W. Phelps - nphelps
RE: Report to HTML format, anyone done it?
2002-06-27 10:08
This is where my primary interest lies as well. In fact, I'm surpirsed that this isn't a major force in this project. I'd be interested in others thoughts about this.
By: Bart Cassady - bartong
RE: Report to HTML format, anyone done it?
2002-07-03 07:47
This is also a primary interest of mine. From prior comments I gather that Teodor is, quite justifiably, avoiding this due to excessive complexity and lack of standards.
XML and PDF are well defined, while HTML/Javascript is full of inconsistencies and incompatabilities.
For example, the NetScape 4.7x browsers are very bad at rendering things accurately, yet I have found some fairly obvious stylesheet stuff that it DOES render properly, yet Mozilla 1.0 and IE 5.5 do not.
Also, as Teodor has pointed out, how do you display page-based information as HTML? The answer will be different for every person you talk to.
Still, I would be interested to continue this thread to get other points of view.
By: Paul Bonner - paulbonner
RE: Report to HTML format, anyone done it?
2002-08-15 08:10
I'm also very interested in this. Our requirement is for support of DOM browsers only--Netscape 4.7 has dropped below 1% usage among our ASP customers--so I suspect the task isn't too difficult given the Jasper-created XML files. Would certainly like to see something in Jasper itself that does this, however.
By: Mark Smith - marksmithurbana
RE: Report to HTML format, anyone done it?
2002-08-27 10:09
I am also extremely interested in this. This still isn't on the patch list. Are there plans to incorporate this into JasperReports?
drake42, would you mind emailing the patch to me at marksmithurbana@yahoo.com ?
Thanks,
Mark
By: Jason Henriksen - drake42
RE: Report to HTML format, anyone done it?
2002-07-10 09:12
My company has built a Jasper to HTML converter that is straightforward and effective. Rod Lampart was the author of that one. Unfortunately, I'm trying to see the patches and they aren't showing up. Watch the patches list and they should show up soon.
By: ivovictor - ivovictor
RE: Report to HTML format, anyone done it?
2002-08-27 10:16
drake42 / Jason
we are very interested in your solution.
would you mind mailing the patch source to:
ivotor@abv.bg
By: lakshmi prasad mandava - prasadmandava
RE: Report to HTML format, anyone done it?
2002-08-27 21:35
Hi drake42/Jason,
I am also very interested in your solution. if you don't mind please send the source for that this mail id.
prasadmandava@hotmail.com
thank u.
By: Mark Smith - marksmithurbana
RE: Report to HTML format, anyone done it ?
2002-08-27 21:45
So it appears many people want this ability to export to HTML format.. Also, in the patches list, it seems like Jason has posted patches to export to Excel and CSV. All of these sound very interesting to me.
I think JasperReports is absolutely phenomenal. There is nothing even remotely close to the functionality and customization one can do with it.
But why aren't these feeatures/patches being added to the codebase? Is that not the direction JasperReports wants to go? Is the team working on JasperReports busy with other stuff and just haven't had time to do this? I'm really interested to know b/c it seems unintuiative for the JasperReports team to create the funtionality to export a Report to XML and not express interest in these great patches.
Also Jason, I think the timestamp on your computer may be off. Your posts have some crazy timestamps associated with them..
By: Teodor Danciu - teodord
RE: Report to HTML format, anyone done it ?
2002-08-28 00:37
Hi,
>But why aren't these feeatures/patches being
>added to the codebase? Is that not the direction
>JasperReports wants to go? Is the team working
>on JasperReports busy with other stuff and just
>haven't had time to do this?
The JasperReports team ( me :-) ), is indeed busy
these days. I'm struggling to prepare the 0.3.4
version which I'm sure many are waiting for,
because it will finally implement very sensitive
features that have to do with page breaking
mechanisms. Unfortunately I have little spare time
lately.
I'm willing to include third-party code into the main
version, especially new printers, but in order to do
that, we have to address some things before.
Pease take a moment and give us your opinion
about these issues here:
http://sourceforge.net/forum/forum.php?thread_id=714366&forum_id=113529
Thank you,
Teodor
0 Answers:
No answers yet