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_impl'
ISO_FILES =

The file names of the compilation stages

[ 'iso_dsdl_include.xsl',
'iso_abstract_expand.xsl',
'iso_svrl.xsl' ]
NS_PREFIXES =

Namespace prefix declarations for use in XPaths

{
  'svrl' => 'http://purl.oclc.org/dsdl/svrl'
}