MariaDB XML Functions
This page lists MariaDB XML functions that perform operations on XML strings.
-
EXTRACTVALUE()
In MariaDB,EXTRACTVALUE()
is a built-in function that extracts a value from a given XML fragment based on a given XPATH. -
UPDATEXML()
In MariaDB,UPDATEXML()
is a built-in function that replaces a specified portion of the original XML document with a new XML fragment.