Getting Started

Begin with the specification and examples

  1. Read the About and Philosophy pages
  2. Review the Specification or Overview
  3. Explore Examples in the hxt-spec repository
  4. Validate legacy documents with the Python reference implementation

Clone the Specification Repository

git clone https://github.com/HEXT-AI/hxt-spec
cd hxt-spec
python3 hxt.py verify examples/sample.hxt

Minimal Valid Document

See minimal.hext.xml for the smallest canonical Semantic XML document.

Next Steps