Package: cxml-stp

Function attribute-value

Lambda List

attribute-value (element name &optional (uri urip))

Arguments

  • element -- an instance of element
  • name -- string, an NCName
  • uri -- string, a namespace URI

Return Value

a string or nil

Details

Searches for an attribute node of element with the specified local name and namespace URI and returns its value.

Returns nil if no such attribute was found.
 

See also