Skip to content

Latest commit

 

History

History

xslt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

xslt

Présentation

Ce plugin propose une série d'instructions pour utiliser des transformations XSLT

installation

npm install @ezs/xslt

usage

Table of Contents

xslt

Send all received {String} to a host FOP Processor

Script:

[use]
plugin = xslt

[fop]

Parameters

  • config String? argument for FOP Processor

Returns Object

xslt

Send all received {String} to a host XSL Processor

Script:

[use]
plugin = xslt

[xslt]
stylesheet = ./style.xsl
param = prefix=X

Parameters

  • stylesheet String? path to stylesheet file
  • param String? argument for XSL Processor

Returns Object