Home | Trees | Indices | Help |
|
---|
|
|
|||
bytes str(object='') -> string |
|||
unicode str(object='') -> string |
|||
basestring str(object='') -> string |
|||
Schematron An ISO Schematron validator. |
|
|||
|
|||
|
|
|||
XML_SCHEMA_NS =
|
|||
RELAXNG_NS =
|
|||
SCHEMATRON_NS =
|
|||
SVRL_NS =
|
|||
_schematron_root =
|
|||
_xml_schema_root =
|
|||
_resources_dir =
|
|||
extract_xsd = _etree.XSLT(_etree.parse(os.path.join(_resources
|
|||
extract_rng = _etree.XSLT(_etree.parse(os.path.join(_resources
|
|||
iso_dsdl_include = _etree.XSLT(_etree.parse(os.path.join(_reso
|
|||
iso_abstract_expand = _etree.XSLT(_etree.parse(os.path.join(_r
|
|||
iso_svrl_for_xslt1 = _etree.XSLT(_etree.parse(os.path.join(_re
|
|||
svrl_validation_errors = //svrl:failed-assert
|
|||
schematron_schema_valid = _etree.RelaxNG(_etree.parse(os.path.
|
|||
__package__ =
|
|
Convert keyword args to a dictionary of stylesheet parameters. XSL stylesheet parameters must be XPath expressions, i.e.:
This function converts native Python keyword arguments to stylesheet parameters following these rules: If an arg is a string wrap it with XSLT.strparam(). If an arg is an XPath object use its path string. If arg is None raise TypeError. Else convert arg to string. |
|
_resources_dir
|
extract_xsd
|
extract_rng
|
iso_dsdl_include
|
iso_abstract_expand
|
iso_svrl_for_xslt1
|
schematron_schema_valid
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 28 16:33:27 2014 | http://epydoc.sourceforge.net |