Closed jelovirt closed 2 years ago
Add support for variable referenced in content key. Variable references format is
content
"{#" variable-name "}"
The generated stylesheet code will resolve to
<xsl:sequence select="dita-ot:get-variable(., variable-name, ())"/>
Seems to have been implemented already
Add support for variable referenced in
content
key. Variable references format isThe generated stylesheet code will resolve to