Package: cxml-stp

Function make-attribute

Lambda List

make-attribute (value name &optional (uri ))

Arguments

  • value -- a string containing XML characters only
  • name -- a string, either a QName or an NCName
  • uri -- a string, the namespace URI

Return Value

Details

This function creates an attribute node of the given value and name.

 

See also