Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 19 Creating HTML links > 19.5 Converting FrameMaker links to HTML > 19.5.1 Converting FrameMaker cross references to HTML > 19.5.1.3 Specifying HTML options for selected cross-reference formats
You might not want every cross reference in your document to become a link in the HTML output, or you might want to specify HTML attributes for the links generated from some cross references. You can choose to have Mif2Go delete cross references of a certain format, convert them to text, redirect them to top-of-page, or enhance them with link attributes:
; xref format name = properties (Delete, Text, NoRef, or LinkSrc)
; if omitted, xref is treated as link
These properties have the following effects:
Omits the cross reference entirely from HTML output. You can assign this property to remove unwanted page references, provided you have set up the format so that deleting the cross-reference content leaves readable text. |
|
Prevents creation of the |
|
Creates the |
|
Allows a Mif2Go macro in the |
With these settings, Mif2Go would do the following:
#
heading
part of the href
attribute from any link generated
from a cross reference that uses the zSectionLink
format.
To use macros (see §28 Working
with macros) in the href
attribute of the links generated from cross references, you assign property
LinkSrc
to the cross-reference format, and
you specify the macro in the following section:
; xref format name = text macro to use in the href attribute
; of the xref link; <$$_linksrc> is available to use in the macro,
; with the normal href content.
To assign properties LinkSrc
and NoRef
to paragraph formats, see:
§19.2.4 Specifying link properties with macros
§19.3.1 Forcing links to top-of-page for selected paragraph formats.