Skip to content
#

conda

Here are 457 public repositories matching this topic...

bcoconni
bcoconni commented Jan 12, 2019

JSBSim provides schemas for XML validation (JSBSim.xsd for flight models, JSBSimScript.xsd for script files and JSBSimSystem.xsd for system files) but they have not been updated for a while so they might reject perfectly valid XML files.

XML files can be tested with xmllint

> xmllint --noout --schema JSBSim.xsd some_path/my_file.xml

It might be interesting to:

  • Upd

Improve this page

Add a description, image, and links to the conda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the conda topic, visit your repo's landing page and select "manage topics."

Learn more