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 10:30 pmProblem solved finally. The key was to add the statement xmlns:rx=”http://www.renderx.com/XSL/Extensions”
to custom.xsl. It was not good enough to add that statement to the file that is imported by custom.xsl (if_systemguide_draft.xsl).
thanks