M
marklawford
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
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