Re: HTML template component

From: Tomislav Kardaš (nomail_at_sorry)
Date: 07/20/04


Date: Tue, 20 Jul 2004 09:19:11 GMT

Hi Maximiliano!

On Thu, 15 Jul 2004 11:26:22 -0300, "Maximiliano Robaina"
<mrobaina@bureausi.com.ar> wrote:

>I need a component which can read HTML template and generate a HTML page.
>This component should have work with Dataset too.

You should use XML with XSLT! Complex data structures like multiple
master detail are supported. Just export your data into XML, transform
it with XSLT and you have a HTML report. As far as creating XSLT goes,
you can use XMLSpy who has WYSIWYG Style*** Designer, it's a good
tool and you can even create different preentation depending of the
data in XML file.

In my opinion, this is more natural approach then the other
suggestions here.

tomi.