Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.23 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.23 KB

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