XMLATTR
XMLATTR(nameString, valueString)
Description
Creates an XML attribute element of the form name=value. The value is encoded as XML text. This method returns a string.
Examples
XMLNODE('a', XMLATTR('href', 'http://h2database.com'))
Updated about 5 years ago