Subject: Re: Can you help with this?
From: "Tangi Vass" <tangivass@xxxxxxxxxxxxxx>
Date: Thu, 25 Nov 1999 11:38:46 +0100
|
Hi,
XSL processors have methods that take a Reader as a stylesheet so you can
first build it dynamically as a String in Java.
It will however be tricky as meta-programming always is.
If you succeed in going through this project, could you share it? I'm sure a
lot of people in this list would be interested.
Good luck,
Tangi
----- Original Message -----
From: Darren Shilson <dshilson@xxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxx>
Sent: Thursday, 25 November, 1999 09:58
Subject: Can you help with this?
>
> Hi,
>
> Please forgive my lack of knowledge about the subject, but I would like to
> know if this is possible.
>
> I want to get some data out of a database using XML and have it presented
to
> me as HTML.
>
> Is it possible for a tool to generate XSL templates on the fly without a
> programmer creating them first?. I'm thinking that there is an overall
tool
> which contains sub tools.
>
> For example: -
>
> The criteria from a user comes into the tool. An XSL generator takes the
> criteria and generates an XSL template.
>
> Now whilst this is happening, the tool passes the criteria to a
database.The
> database sends back the correct data which matches the criteria.
>
> The tool takes this data and passes it into an XML generator which
produces
> a well formed document.
>
> The resultant XSL template and XML document are passed into an XSL Parser
> from which an HTML document is produced and sent back to the user.
>
> Now is this possible??. Is there a way of dynamically generating XSL
> templates so to save the programmers time from having to write them from
> scratch and holding them in some sort of library.
>
> I'd appreciate your ideas
>
> Thanks
>
> Darren.
>
>
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|