V5.0 Websitewebpage
webpage — A page in a website.
Synopsis
webpage ::=
- Sequence of:
- Zero or more of:
head
- One of:
- Sequence of:
- One or more of:
- empty
- empty
html:form
revhistory
webtoc
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)
- List elements
- Paragraph elements
- Publishing elements
- Verbatim elements
- Zero or more of:
- One or more of:
- One or more of:
- Sequence of:
- Zero or more of:
- Zero or more of:
Attributes
Common attributes (ID required).
Additional attributes:
- navto (enumeration)
- “yes”
- “no”
Required attributes are shown in bold.
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
The webpage
element is the root element of the
Website customization. Each webpage
represents a single web
page. The expectation is that it will be rendered to a single HTML
page.
DocBook books, articles, etc. can be rendered either in print or on the web in straightforward ways. It’s possible to render such narrative content in less linear forms on the web, but often requires extensive conventions about names or IDs of pieces. The goal of Website was to make it easier to author in DocBook for content that was designed to be rendered on the web in a less linear way.
Attributes
Common attributes (ID required).
- navto
Does this page appear in the navigation flow?
Enumerated values: “yes” This page should appear in tables of contents, site maps, etc.
“no” The page can only be reached from pages that directly link to it.