|
From: <ek...@ba...> - 2003-03-25 20:29:02
|
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"??
|