Revision of 12018 design from Mon, 2008-05-19 08:28

Design for item

What user need will be met by this feature?

Users can easily reuse the text inside the newly created text element (<topicmeta><navtitle> and <reltable><title>) by conref or other methods, while in the previous version, there is no way to reuse the text inside the attribute.

What is the technical design for the change

The change affects the following modules including mappull, and transformation.

Mappull pull the topic title and short description into the ditamap to serve as the metadata of navigation links. The steps of pulling the navtitle element is as following

1.       Check navtitle element. If navtitle element does exist and attribute locktitle=’yes’, then there is no need to pull other information to navtitle element.

2.       If there is no navtitle element but navtitle attribute, and the attribute locktitle=’yes’, then there is also no need to pull other information, but we should give a warning message to the user, suggesting that it is recommended to use the navtitle element not the attribute any more.

3.       If neither element nor attribute exist, or the attribute locktitle=’no’ or it is not set , pull the other information to serve as the value of navtitle, note that, it is no longer attribute, it is element.

We should update the code of writing the navtitle attribute, from

        <xsl:attribute name="navtitle">

          <xsl:value-of select="$navtitle"/>

        </xsl:attribute>

to

       <navtitle class="- topic/navtitle ">

         <xsl:value-of select="$navtitle"/>

       </navtitle>

Note that, it may not be so easy, because <navtitle> is the descendent of <topicmeta>.

The change also affects the linktext element. See following details

1.       If linktext element exists, just use it.

2.       If it doesn’t exist, grab other information to serve as the value of linktext element. Noted that, in the grabbing process, the behavior having to do with the navtitle attribute should update.

In the module of transformation, this change affects the process of grabbing the title for the link. Because the element navtitle added, it should deserve prior attention. The details are omitted, for it is quite similar to the mappull process.

What sections of the toolkit will be impacted by the change?

The change will impact mappull and main transformation module.

See also

none

 

XML.org Focus Areas: BPEL | DITA | ebXML | IDtrust | OpenDocument | SAML | UBL | UDDI
OASIS sites: OASIS | Cover Pages | XML.org | AMQP | CGM Open | eGov | Emergency | IDtrust | LegalXML | Open CSA | OSLC | WS-I