chsxf / CiderKit

SpriteKit-based game engine, written in Swift, and provided with custom authoring tools
MIT License
6 stars 0 forks source link

Write an editor-only XML validator #12

Open chsxf opened 10 months ago

chsxf commented 10 months ago

XMLDocument and asssociated classes are only available on macOS, and XMLParser does not currently validate documents against XSD.

Write an editor-only XML validator to help with document error detection