|
From: Dejan K. <dej...@nb...> - 2003-03-26 07:37:53
|
I think what eklein asking for is storing configuration data into database
tables. If this is the case maybe SqlConfig is what he asks for. Sql module
contains classes that deals with configuration data stored into database.
Look under com.babeldoc.sql.config package. I have never used these classes
so I really don't know are they work or not. Anyway, Bruce wrote that part
so you can aks him.
If this is not what you have been asking for then sorry for flaming!
Dejan
----- Original Message -----
From: "bruce" <br...@mc...>
To: <ek...@ba...>; <bab...@li...>
Sent: Tuesday, March 25, 2003 9:34 PM
Subject: Re: [Babeldoc-devel] Database Tables
> Unfortunately not - I am sorry if I gave you this impression. The xslt
file
> must be either a file on disk or (and here is possibly your salvation) in
a
> jar file.
>
> On Tuesday 25 March 2003 03:28 pm, ek...@ba... wrote:
> > Sorry to run-on so long here, but lastly, I was expecting to find some
> > tables that contained PipeLine and PipeLine_Stage information. It was
> > my hope that PipeLine information (as well as other attributes that I
> > see in .properties or .xml files in the documentation) could be stored
> > in the database.
> >
> > For instance, the following comes from xslt-velocity.properties in the
> > examples directory:
> >
> > entryStage = transform
> >
> > transform.stageType=XslTransform
> > transform.nextStage=writer
> > transform.transformationFile=data/transform-velocity.xsl
> >
> > writer.stageType=FileWriter
> > writer.nextStage=null
> > writer.outputFile=${system.getProperty("user.dir")}/velocity.xml
> >
> >
> > Am I incorrect in assuming that this information could be stored in the
> > database instead, perhaps in a row that contains a description of
> > "xslt-velocity"??
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by:
> > The Definitive IT and Networking Event. Be There!
> > NetWorld+Interop Las Vegas 2003 -- Register today!
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> > _______________________________________________
> > Babeldoc-devel mailing list
> > Bab...@li...
> > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> _______________________________________________
> Babeldoc-devel mailing list
> Bab...@li...
> https://lists.sourceforge.net/lists/listinfo/babeldoc-devel
|