Module: Schematron
- Includes:
- LibXML, LibXSLT
- Defined in:
- lib/schematron.rb
Defined Under Namespace
Classes: Schema
Constant Summary collapse
- ISO_IMPL_DIR =
The location of the ISO schematron implemtation lives
File.join File.dirname(__FILE__), "..", 'iso-schematron-xslt1'
- ISO_FILES =
The file names of the compilation stages
[ 'iso_dsdl_include.xsl', 'iso_abstract_expand.xsl', 'iso_svrl_for_xslt1.xsl' ]
- NS_PREFIXES =
Namespace prefix declarations for use in XPaths
{ 'svrl' => 'http://purl.oclc.org/dsdl/svrl' }