Details
-
New Feature
-
Status: In Review (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
Q1/2026 Server Development, Q2/2026 Server Maintenance, Q2/2026 Server Development
Description
With MDEV-37261 we have implemented the XML Datatype.
We should implement the validation function XMLISVALID(string), which only checks if the string has a single root, closed tags, and proper nesting.
The overloaded function XMLISVALID(string,xml_schema) should additionally validate the. string against a XML Schema definition.
The xml_schema of XMLISVALID is either the schema text or the URL of the already registered schema. In this task we only implement textual schema's. Schema registering is for MDEV-39125.
Attachments
Issue Links
- is blocked by
-
MDEV-37261 Basic XML data type
-
- Closed
-
- relates to
-
MDEV-38690 XMLTYPE: methods - step 2
-
- Open
-
-
MDEV-38691 XMLTYPE: methods
-
- Open
-
-
MDEV-39124 XMLTYPE: allow only well-formed XML
-
- Approved
-