Simple show author if defined
ArborX


Summary
This example takes a simple scenario, using an authors name element, and only shows text if it is defined in the attribute.

The requirement was to display the words 'Authors:Dave' in the text stream only if name attribute was defined. Inside the author tag you would have the following:

Tx tx1: 0(00)c

...<author name="Dave" >...

St author: 0(36)c

<?showifdef "name"Authors:$^name#^>


Document created on 08-Feb-2003 (revision 1)