Home › Forums › DITA and XMetaL Discussion › Best practices for customizing PDF output – maintainability of changes › Reply To: Best practices for customizing PDF output – maintainability of changes
Reply to: Best practices for customizing PDF output – maintainability of changes
October 22, 2010 at 9:14 pmIn order to use any RenderX XSLT extension (anything that starts with “rx:”) you will need to add the following namespace to the XSL file:
xmlns:rx="http://www.renderx.com/XSL/Extensions"
I believe that should fix your issue.