If you want to change the values of the following global variable declarations to meet your output requirements, copy the appropriate XSL directive into an override stylesheet that imports the dita2htmlImpl.xsl file and make your editing changes in the stylesheet.
Variable name | Explanation | Default Value |
---|---|---|
afill | Filler for A-name anchors (link-to points that have no data content in and of themselves; some browsers fail to link if a named anchor has no text) | null string (could be a space character, ,  , etc.) |
For example, copy the afill variable declaration into your override stylesheet and change the content to represent the actual copyright owner of your content (this string will be copied into the result HTML document as a comment ):
<xsl:variable name="afill"> </xsl:variable>