Next Previous Up Top Contents Index

WebMaker User Guide

12.7 Uses paragraph rules

WML enables you to declare that a FrameMaker paragraph tag is to be mapped in exactly the same ways as another previously declared paragraph rule. For example:

PARAGRAPH "Chapter" TYPE Heading { USES "L1H1NodeTop" } 

If USES is used, the previously declared paragraph rule must be of the same type.

Uses paragraph rules can use the CLASS attribute, which has the same effect as it does in primary paragraph rules. See Section 12.6.2, "Specification of attributes of a paragraph rule" and Section 12.4, "WML support for CSS". For example:

PARAGRAPH "Chapter" TYPE Heading {CLASS Head USES "L1H1NodeTop"}