mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
535 stars 344 forks source link

[Question] Generating Schematron always results in exslt which has experimental support. #521

Closed eduardnegru closed 4 years ago

eduardnegru commented 4 years ago

Whenever I use yang2dsdl to geneate a .sch schema, the resulting file is of the following format:

`<?xml version="1.0" encoding="utf-8"?>

` As stated in iso_schematron_skeleton_for_xslt1.xsl, exslt has an experimental support. How can I make sure that xslt will be generated instead of exslt, so that the .sch will look like: ` `
llhotka commented 4 years ago

No way. The XSL transformations, and Schematron validation in particular, rely heavily on EXSLT.