Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output XSLT stylesheet from Schematron validation #49

Closed
tomschr opened this issue Mar 9, 2018 · 1 comment
Closed

Output XSLT stylesheet from Schematron validation #49

tomschr opened this issue Mar 9, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tomschr
Copy link
Contributor

tomschr commented Mar 9, 2018

Problem Description

For debugging purposes, it would be good to store the XSLT stylesheet after validation. The lxml.de page refers to this:

setting store_xslt to True will result in the validation XSLT document tree being kept;
it can be retrieved through the validator_xslt property.

From http://lxml.de/validation.html#id2

Expected Behaviour

  • The help contains an additional option --store-xslt XSLT
  • The script saves the validation XSLT document into a specific file.
@tomschr tomschr added the enhancement New feature or request label Mar 9, 2018
@tomschr tomschr added this to the 1.0.3 milestone Mar 9, 2018
@tomschr tomschr self-assigned this Mar 9, 2018
@tomschr
Copy link
Contributor Author

tomschr commented Mar 9, 2018

Wrong repo, should be openSUSE/schvalidator#20, so closing here.

@tomschr tomschr closed this as completed Mar 9, 2018
tomschr added a commit that referenced this issue Jun 22, 2018
Bugfix release 1.0.3

Geekodoc:
 * disallow xml:id on child elements of table (#39)
 * Missing "fig" value in format attribute of imagedta (#43)
 * add missing holder tag (#46)
 * integrate its:translate (#45)
 * output XSLT stylesheet from Schematron validation (#49)
 * remove action in keycombo (#50)
 * reduce content model in screen (#51)
 * remove procedure from table entry (#56)

 Others:
 * Make sure GeekoDoc is available in OBS/IBS, so we can use
   it from DC file (#33)

Novdoc:
  no changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant