MariaDB XML Functions

This page lists MariaDB XML functions that perform operations on XML strings.

  1. EXTRACTVALUE()

    In MariaDB, EXTRACTVALUE() is a built-in function that extracts a value from a given XML fragment based on a given XPATH.
  2. UPDATEXML()

    In MariaDB, UPDATEXML() is a built-in function that replaces a specified portion of the original XML document with a new XML fragment.