swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax   Related Concepts  
operator  

number of attributes

 

 

Return type: Integer
Returns:       

The number of attributes for an element.



Syntax
  number of specified? attributes
   element-qualifier*


Purpose

An operator that returns the number of attributes declared for an element.

For example, in the following code number of is applied to attributes to determine the number of attributes declared for an element and that element's parent element:

  ...
  output "Element %q has " ||
       number of attributes ||
       " attributes(s).%n" ||
       "Element %q's parent has " ||
       number of attributes of parent ||
       " attribute(s).%n"

    Related Syntax
   number of
 
Related Concepts
   Attributes: list-valued
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACYLIBRARIES ] [ ERRORS ]

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:35 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.