#relaxng — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #relaxng, aggregated by home.social.
-
🚀 Welcome to the wild world of RELAX NG, where #XML schema language is given the riveting flair of a soggy napkin 🍝. Dive deep into the labyrinthine wonders of attributes and elements that are just as thrilling as watching paint dry. We promise a mind-bending ride through tutorials and specifications that redefine the word "exciting"—not. 😂
https://relaxng.org/ #RELAXNG #Schemata #Humor #Tutorial #TechNews #HackerNews #ngated -
Relax NG is a schema language for XML
#HackerNews #RelaxNG #XML #Schema #Language #XML #Schema #Design #Data #Validation
-
Does anyone know an online #RelaxNG/RNC or Schematron validator? I am teaching a #DigitalHumanities course to literature students and would like to find appropriate tooling for TEI, not CLI like jing, or the ubiquitous Oxygen editor (which can validate but is not free after the 30 day evaluation period).
-
#Balisage = https://www.balisage.net/ - seems to be going strong; it’s a conference about the theory behind, and practice of, document markup, especially #XML and related technologies such as #XProc #XSLT #XQuery #Schematron #RelaxNG #XPath #TextEncodingInitiative and many more.
XML was badly hurt by people applying it to everything in sight, but for what XML was designed for and is good at, there is nothing better.
-
For no real reason I’ve been writing a Gradle build for Jing and Trang (https://github.com/relaxng/jing-trang). The existing build system is Ant and while Ant works, I just prefer Maven or Gradle these days. #jing #trang #relaxng
-
I tried validating #Docbook v5 using #xmllint from #libxml2 via #RelaxNG and #Schematron but wasn't successful. The RNG validation threw unexpected errors and the Schematron validation threw an internal error. It could be my source file, but it seems fine. Does somebody here have a working setup or tips to share?
-
I don't know who needs to hear this, but if you are editing DocBook files in Emacs and want to use xi:include directives and also want nxml-mode to accept them, you should change your uri fromdocbook.rnctodocbookxi.rnc, which is already included in the distribution. You do not need to spend hours (YMMV) learning just enough RelaxNG syntax to hack your docbook.rnc schema to tolerate xi:include. #semanticmarkupftw #docbook #rnc #relaxng -
I know there is a #schematron implementation in #XSLT, has there ever been an attempt to implement #RelaxNG or #XSD in it?
-
Bit of an odd question... does anyone have the #RELAXNG test suite?
I've tried downloading it from here, but the ZIP file has everything you need except the input file for the tests. 😅
-
#treesitter parser for #relaxng compact syntax. I'll also make an #emacs mode for it soon. #XML https://github.com/LdBeth/tree-sitter-rnc
-
I'm starting to scrap the bottom of the barrel when it comes to #XML parser conformance tests. Almost everything that remains require me to:
1- Support external DTDs
2- Validate DTDsSo the questions to consider:
1- Instead of validating DTDs, should I look at something like #XSD or #RelaxNG instead?
2- Is it acceptable practice to bundle popular DTDs like #XHTML with the project so we can minimize the network calls? I don't think that'd be a bad idea, so long as licensing allows it.