Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A summary page is a page in XHTML file format that is used to display data in a tabular format based on multiple filter criteria.

Getting Started

Summary Page as an XHTML document consists of the following main parts:

DOCTYPE declaration

...

Code Block
languagexmlthemeEclipse
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

...