REPORTTITLE ElementContains text used to represent this location in the report table. Syntax<REPORTTITLE>reporttitle</REPORTTITLE> AttributesNone. PlacementThe REPORTTITLE element must be a child of the LOC element. ChildrenNo children are supported within the REPORTTITLE element. RemarksThe HEADING element's text will be used in the report table to represent the location; use the REPORTTITLE element to specify a different title for use in the report. If neither the REPORTTITLE nor HEADING elements exist, the LOC element's ID attribute will be displayed instead. Use of the REPORTTITLE element is necessary to specify a title for "NULL" locations. Example<LOC ID="2001" TYPE="NULL"> <REPORTTITLE>2001 Hangman Series</REPORTTITLE> <LOC ID="Jan" TYPE="HANGMAN"> <HEADING>Welcome to January Hangman</HEADING> <REPORTTITLE>January</REPORTTITLE> </LOC> ... </LOC> |