Opened 14 years ago
Closed 14 years ago
#1658 closed enhancement (fixed)
Support XML validation against local XSD files
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
Currently the validation function of the XML editor performs the following checks:
- Well-formedness of XML content
- Serializability
However it does not actually check the XML content against its designated XML schema.
Add support for validating the XML content against a locally stored XSD schema file. (eg. If we're validating a ApplicationDefinition, validate the XML content against the ApplicationDefinition-1.0.0.xsd file)
Note:
See TracTickets
for help on using tickets.
Fixed r5692