node-attribute
Returns the value of an attribute of an
<xml-element>
.
Exported from
Module simple-xml
Modifiers
sealed
Arguments
element
An instance of
<xml-element>
.
attribute
An instance of
<string>
. The name of an attribute.
Values
value
An 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.