Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 8th, 2006, 07:55 AM
marklawford
Guest
 
Posts: n/a
Default Need recommendations for a report design tool that handles output to multiple documents

I've been prototyping a reporting solution using XSLT and Java to
transform a number of XML files into different formats (PDF and CSV
mainly). The XML comes from a legacy system where a number of report
instances are all combined into a single XML file (each separate
"document" contained within an element below the root node). I've been
using the xsl:result-document instruction and the SAXON processor to
split these.

As part of the next stage we are looking at the viability of allowing
business users (probably at the business analyst end of the spectrum)
to (re)design reports as requirements shift. As such I need to evaluate
a number of tools that may open this up. Importantly, as we're not
going to change the legacy system, the design tool must allow for the
breaking of content into separate documents.

I've looked at Actuate BIRT and Altova StyleVision so far.

BIRT appears to work best on tabular XML content (ours is a tree
structure) and I think will disqualify itself on that basis.

StyleVision has a nice drag and drop interface but it doesn't look as
though it supports the result-document instruction.

I think I need some advice on whether there are any tools out there
that might fit the bill.

Thanks,

Mark

  #2  
Old December 8th, 2006, 01:55 PM
Tony Lavinio
Guest
 
Posts: n/a
Default Re: Need recommendations for a report design tool that handles outputto multiple documents

On 12-08-2006 3:21 AM, marklawford wrote:
Quote:
I've been prototyping a reporting solution using XSLT and Java to
transform a number of XML files into different formats (PDF and CSV
mainly). The XML comes from a legacy system where a number of report
instances are all combined into a single XML file (each separate
"document" contained within an element below the root node). I've been
using the xsl:result-document instruction and the SAXON processor to
split these.
>
As part of the next stage we are looking at the viability of allowing
business users (probably at the business analyst end of the spectrum)
to (re)design reports as requirements shift. As such I need to evaluate
a number of tools that may open this up. Importantly, as we're not
going to change the legacy system, the design tool must allow for the
breaking of content into separate documents.
It appears that the publishing module in Stylus Studio is
just what you're asking for. It supports pipelines, so that
you can take a single source and send it in multiple directions
simultaneously, and you can generate code for Saxon.

See http://www.stylusstudio.com/xml/publishing.html for details
on the publishing tools which will generate PDFs using either the
bundled RenderX XEP processor or Apache FOP (or whatever else you
want to plug in).

See http://www.stylusstudio.com/xml/pipeline.html for details on
hooking together conversion and transformation.

There is even a sample application on the page
http://www.stylusstudio.com/multi_ch...ublishing.html that
you can download and try with a copy of Stylus Studio. Evals
are available at http://www.stylusstudio.com/xml_download.html

--
Sincerely,
Tony Lavinio
Stylus Studio Principal Software Architect
http://www.stylusstudio.com/
  #3  
Old December 8th, 2006, 04:15 PM
MKline
Guest
 
Posts: n/a
Default Re: Need recommendations for a report design tool that handles output to multiple documents

Have you checked StylusStudio yet?
www.stylusstudio.com


marklawford wrote:
Quote:
I've been prototyping a reporting solution using XSLT and Java to
transform a number of XML files into different formats (PDF and CSV
mainly). The XML comes from a legacy system where a number of report
instances are all combined into a single XML file (each separate
"document" contained within an element below the root node). I've been
using the xsl:result-document instruction and the SAXON processor to
split these.
>
As part of the next stage we are looking at the viability of allowing
business users (probably at the business analyst end of the spectrum)
to (re)design reports as requirements shift. As such I need to evaluate
a number of tools that may open this up. Importantly, as we're not
going to change the legacy system, the design tool must allow for the
breaking of content into separate documents.
>
I've looked at Actuate BIRT and Altova StyleVision so far.
>
BIRT appears to work best on tabular XML content (ours is a tree
structure) and I think will disqualify itself on that basis.
>
StyleVision has a nice drag and drop interface but it doesn't look as
though it supports the result-document instruction.
>
I think I need some advice on whether there are any tools out there
that might fit the bill.
>
Thanks,
>
Mark
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles