Skip to content

gucorpling/rst-xsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rst-xsd

XSD schemas for Rhetorical Structure Theory XML files. Use these schemas to ensure that your RST XML files are what you expect them to be.

Changes

If you are a developer who has extended the RST XML format somehow and would like to have your updates reflected in the rst-xsd schema, that's great! Please either open an issue describing your changes, or open a pull request with an updated .xsd.

Usage

Validation

Download the XSD schema, then use a tool like xmllint to validate your XML:

wget https://raw.githubusercontent.com/gucorpling/rst-xsd/master/rst_3.1.xsd
xmllint --schema rst_3.1.xsd myfile.rs3

Release notes

3.1

  • Add support for the <signals> body element used by rstWeb.

3.0

  • Modeled after the .rs3 file format used by RSTTool