|
From: <ek...@ba...> - 2003-03-28 14:28:19
|
<< We add another configuration parameter to the XslTransform that provides the XSL document inline. This will be in addition to the file configuration parameter. So the logic is: 1. If the file/url parameter is not null, load from the url 2. if the inline parameter is not null, use the XSL in the parameter >> I'm not sure of the method signature that would take this, but is it possible to have an overloaded implementation that has one method that takes a URL and another that takes a String? Also, how would this information be stored in the Properties Files / CONFIG table? An additional key/value pair or column? Or are you thinking of using the existing key / cfg_value field to store EITHER the URL or the actual script? If this is your choice, the db schema has to change to support more than 255 chars. Otherwise, it sounds great!!! Erik |