|
From: bruce <br...@mc...> - 2003-03-26 14:18:56
|
On Wednesday 26 March 2003 08:23 am, ek...@ba... wrote: > Well, I need both. I need to store configuration information in the > database and I would like to store XSLT scripts (and everything else) in > the database also. The storing of the actual data in the database is the problem. The XslTransform pipeline stage expects to be given a filename or URL of a data source which will contain the XSL data. Now, if that is not to your liking, then it will probably be necessary to implement either a general solution to this (probably using a URL scheme) or a specific re-implementation of the pipeline stages to load from a database. > Good question though ... is the SQLConfig fully implemented / tested? It was working fine - about six months ago - you will have to do a little prototyping. I certainly can help you with problems you may find. regards, Bruce. > > ------------------------------------------------------- > 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 |