LEARN@IGP IGP:Writer

Infogrid Pacific-The Science of Information

30

ID Generation

Making Content Useful XML

IDs are generated when a user selects "Publish Now!" button to view the Online and Print PDF formats. IDs are generated based on the following three categories.

  1. includeMap - IDs are always generated on these items.
  2. excludeMap - ID generation is skipped on these items.
  3. excludedPage - ID generation on these Pages is completely skipped.

includeMap

This is a dictionary of allowed items

 <p>   Paragraph
 <ul>   List
 <ol>   List
 <h1>   Header
 <h2>   Header
 <h3>   Header
 <h4>   Header
 <h5>   Header
 <h6>   Header
 <div> title-block-rw Class
  table-rw Class
  media-rw Class
  layout-rw Class
  paras-rw Class
  block-rw Class
  code-block-rw Class

Table 29-1 ID Generation include Map

excludeMap

This is a dictionary of excluded items

 <pre>   Tag
 <li>   Tag
 <dl>   Tag
 <dt>   Tag
 <dd>   Tag
 <img>   Tag
 <div> igp-writer-header-rw Class
  igp-writer-footer-rw Class
 <p> guide-rw Class
  variable-rw Class
  block-edit-top-rw Class
  block-edit-bottom-rw Class
  page-edit-top-rw Class
  page-edit-bottom-rw Class
     

Table 29-2 ID Generation exclude Map

Exclude Page

This is a dictionary of class names of outermost wrapping DIV

<div> HalfTitle-rw Class
  BookTitlePage-rw Class
  Copyright-rw Class
  TableOfContents Class
  ListOfFigures Class
  ListOfTables Class
  ListOfIllustrations Class
  ListOfMaps Class
  ListOfPlates Class
  ListOfDrawings Class
  ListOfMedia Class
  Cover Class

Table 29-3 ID Generation exlude Page