|
From: bruce <br...@mc...> - 2003-03-28 20:15:59
|
On Friday 28 March 2003 03:07 pm, ek...@ba... wrote: > Bruce, please advise: > 1. What is the name of the class you have updated so I can download it > from CVS? com.babeldoc.core.pipeline.stage.XslTransformPipelineStage > 2. Are we still undecided on which table will store the CLOB / Long > Varchar field (CONFIG vs. "Other")? I would prefer it not to change the sql configuration tables. We can do everything you need with the SqlEnrichPipelineStage selecting the XSL data from another table of your choice, placing that data in an attribute and then getting that data using the new configuration parameter. > Erik > > << > OK, > > I have implemented this and commited it to the CVS repository. This > means > that there is now a configuration parameter on the XslTransform pipeline > stage that accepts a script "inline". The parameter is called > "transformationScript". > > There is one problem with this. Since the XSL is not based on a URL > (file or > otherwise) it cannot load relative XML fragments. This is probably not > a big > issue. > > 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 |