Skip to content

MODX 2.8.3 modx.mysql.schema.xml not valid XML #16073

Closed
@BobRay

Description

@BobRay

Bug report

Summary

The modx.mysql.schema.xml in MODX 2.8.3 is not valid XML

Validation rules in the following lines contain a < character which is not allowed in a rule, according to the XML validator here.

  • 376
  • 815
  • 1075
  • 1136
  • 1186

Escaping the character with a backslash doesn't help, but removing it does.

The ObjectExplorer extra parses the schema file to produce a widely-used reference page on MODX objects at Bob's Guides. OE crashes in 2.8.3 because parsing the file fails.

This is not an issue in MODX 3, where the < characters have been removed from those lines.

The character was introduced in this commit: ef246f1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThe issue in the code or project, which should be addressed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions