home.social

#relaxng — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #relaxng, aggregated by home.social.

  1. I know there is a #schematron implementation in #XSLT, has there ever been an attempt to implement #RelaxNG or #XSD in it?

  2. 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 DTDs

    So 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.