f0dfbfc3d7
RequirementsTest / build (windows-latest, 3.9) (push) Has been cancelled
RequirementsTest / build (macos-latest, 3.9) (push) Has been cancelled
RequirementsTest / build (ubuntu-latest, 3.9) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Pylint / build (3.9) (push) Has been cancelled
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
This directory contains the schema for validating Blockly XML files:
|
|
* blockly.xsd
|
|
|
|
Also included are three sample XML files:
|
|
* workspace.xml - XML for a complicated workspace.
|
|
* toolbox.xml - XML for a complicated toolbox with categories and separators.
|
|
* invalid.xml - XML that violates the DTD.
|
|
|
|
Testing can be performed using an online tool:
|
|
https://www.corefiling.com/opensource/schemaValidate/
|
|
http://www.utilities-online.info/xsdvalidation/
|