#27862

The main PD4ML page break tag is , however there are environments where the tag syntax may be reported as an error.

  • Some JSP containers do not allow dots in the tag name, so PD4ML JSP taglib includes the tag synonym . But take into account: the tag works only in JSP.
  • In XHTML and XSL world “pd4ml” namespace may cause validation problems. For the case later we introduced yet another tag synonym

Also CSS offers some ways to break page. For example: page-break-before: always applied to a block element (

,

etc)