jelovirt / pdf-generator

DITA-OT PDF plug-in generator
https://dita-generator.elovirta.com/
Apache License 2.0
12 stars 5 forks source link

Add support for variable reference in content #47

Closed jelovirt closed 2 years ago

jelovirt commented 2 years ago

Add support for variable referenced in content key. Variable references format is

"{#" variable-name "}"

The generated stylesheet code will resolve to

<xsl:sequence select="dita-ot:get-variable(., variable-name, ())"/>
jelovirt commented 2 years ago

Seems to have been implemented already