[MDEV-12045] XML Functions like JSON Created: 2017-02-10 Updated: 2018-03-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | XML Functions |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Anders Karlsson | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB 10.2 introduces a range of JSON functions. It would be reasonable to provide a similar set up functions for XML use, in particular would *XML_VALID *be useful as it could be used to validate XML data stored in a blob using a *CHECK *constraint. The only current XML function is *ExtractValue *and this is not nearly enough functionality in terms of using XML in MariaDB. |