Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv21227/config/i18n
Modified Files:
messages.properties
Log Message:
Now able to add arbitraty numbers of parameters to the XSL transformer thereby making the whole thing more powerful (I hope)
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** messages.properties 5 Aug 2003 23:13:43 -0000 1.14
--- messages.properties 5 Aug 2003 23:28:30 -0000 1.15
***************
*** 372,376 ****
core.pipeline.stage.enrich.desc=Adds attributes to the document. The value can be a velocity script.
core.pipeline.stage.filewriter.desc=Writes the document to a disk file. The contents are written as binary or text data depending on the binary flag on the document.
! core.stage.xslTransform.desc=Transform the document (has to be XML) using this XSL script. The script can access all of the babeldoc internals. See the examples.
core.pipeline.stage.externalapplication.description=This pipeline stage allows for external applications to be run. Optionally the pipeline document is piped to the application.
--- 372,380 ----
core.pipeline.stage.enrich.desc=Adds attributes to the document. The value can be a velocity script.
core.pipeline.stage.filewriter.desc=Writes the document to a disk file. The contents are written as binary or text data depending on the binary flag on the document.
!
! core.pipeline.stage.xslTransform.desc=Transform the document (has to be XML) using this XSL script. The script can access all of the babeldoc internals via a number of parameters. The parameters (accessed through the xsl:param element) which are always placed in the transformer are: pipelinestage and document. Other parameters may be placed on the transformer using the param option.
! core.pipeline.stage.xslTransform.file=The filename or URL to the XSL transformation file. If this is a file, then the XSL will be cached. If the file is modified, then the XSL document will be reloaded.
! core.pipeline.stage.xslTransform.script=An inline XSL document that could be used instead of the file option above. This will be cached.
! core.pipeline.stage.xslTransform.param=Complex configuration parameter (of form stage-name.param.param-name-n=param-value) of xsl:params that will be placed in the XSL transformer. This can significantly aid transformation tasks.
core.pipeline.stage.externalapplication.description=This pipeline stage allows for external applications to be run. Optionally the pipeline document is piped to the application.
|