Package: hax

Function make-attribute

Lambda List

make-attribute (name value &optional (specified-p t))

Arguments

  • name -- a string/rod
  • value -- a string/rod
  • specified-p -- a boolean, default is t

Return Value

an instance of standard-attribute.

Details

Creates a HAX attribute.

Creates an instance that can be used with the generic functions for HAX attributes. The result can be passed to hax:start-element in the list of attributes.

 

See also