node-attribute

Returns the value of an attribute of an <xml-element>.

Exported from

Modifiers

sealed

Arguments

elementAn instance of <xml-element>.
attributeAn instance of <string>.  The name of an attribute.

Values

valueAn instances of <string> or #f if the attribute is not present in the element.
A class representing an XML element.
The simple-xml module provides basic XML parsing and navigation.
The class of sequences with elements that are characters.