Rod Taylor writes: > As for the brackets. Currently they are a part of the content in order > to achieve a specific style in the output of the resulting page. The > data could be tabular (items on left, names to right), different type of > bracket, removed entirely for different outputs, or perhaps different > names would be processed in different ways (Bruce could be hyperlinked > to his homepage via the stylesheet for HTML output only) -- thus it is > the job of the stylesheets to manage.
But you are trying to attach additional semantics to predefined elements. The predefined semantics is "<simplelist> is a list". Your proposed new semantic is "<simplelist> withing <itemizedlist> within the PostgreSQL release notes identifies the contributor of the feature identified in the parent <listitem>". If you want to go in that direction, you need to define new elements. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match