what is html fragment rule and where we use?
@Satya K
Use HTML fragment rules to define universally available HTML parts, such as style sheets and scripts, including JavaScript files. During stream processing, a JSP tag can insert this text into other HTML rule instances. In contrast to text file rules, HTML fragment rules can contain JSP tags and so can produce dynamic content that depends on property values.
@Satya K
Fragments are useful to hold frequently needed HTML text, JavaScript, or style (CSS) text. Use the include JSP tag to instruct the system to copy at runtime the fragment text into the final HTML text during HTML generation.
An HTML fragment can be included in another HTML fragment, an HTML rule, or a control rule. A correspondence fragment can be included in another correspondence fragment or in a correspondence rule.
Please use HTML fragments if you can’t achieve through section rule (one example: PDF which contains lots of tables or specific format to align the fields)
Hi @Satya K,
fragment
A fragment is an instance of the rule type or the rule type. A fragment contains text or HTML markup that is expected to have broad reuse. You can reference a fragment in the include JSP tag to cause the system to incorporate the fragment rule into multiple other HTML or correspondence rules as they are processed.
Fragments are useful to hold frequently needed HTML text, JavaScript, or style (CSS) text. Use the include JSP tag to instruct the system to copy at runtime the fragment text into the final HTML text during HTML generation.
An HTML fragment can be included in another HTML fragment, an HTML rule, or a control rule. A correspondence fragment can be included in another correspondence fragment or in a correspondence rule.
I have referenced attachments for your reference.
