question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add RNC schema validation check to CI

See original GitHub issue

We would like to confirm that a commit to the included RNC files results in a valid csl.rnc schema.

We need to extend the current GitHub Actions to support this.

The only way I know to validate RNC is by running the java-based Trang. If the conversion to XML completes without error, it’s valid.

This is how one does it in a terminal:

java -jar trang.jar csl.rnc csl.rng

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
rmzellecommented, May 26, 2020

I think this is where the source is these days: https://code.google.com/archive/p/jing-trang/downloads

It moved to https://github.com/relaxng/jing-trang after Google Code shut down a few years ago, and has seen some recent development activity on GitHub.

1reaction
bdarcuscommented, May 26, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Consider to add documentation hints inside RNC #3 - GitHub
Problem The current RNC schema of Schematron does not contain any documentation related strings. It is not clear from looking at the schema...
Read more >
Using the RNC Schema to Validate BIMI SVG Images
So, you can take an SVG file and validate that it is compliant with the SVG P/S profile specification by running it against...
Read more >
Crane's RELAX-NG schemas for OASIS UBL
To engage validating or directed editing of a UBL instance, point the application to the appropriate RNC file in the base directory.
Read more >
Continuous Integration & Delivery Pipeline – The Guild
Validate GraphQL Schema - Continuous Integration & Delivery ... Usually, in the CI/CD pipeline you want to compare a current schema with the ......
Read more >
Parsing MathML - W3C
That is, a schema validating processor will declare invalid documents that are declared ... math.deprecatedattributes # the mathml3-presentation schema adds ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found