home.social

Search

32 results for “divclassbutton”

  1. @divclassbutton Another vote here for Oxygen XML Editor. I haven’t worked much with DocBook, but I know #DITA well. That program is geared towards XML-based docs and development and makes life much easier.

  2. @divclassbutton @zizaco @hanshuebner
    VHS was the inferior option that took off because of industry adoption rather than technical merit.

    When I was considering how painful I find it to work with JSON (I deal with #telemetry feeds pushing TBs of #JSON data every day) I was not thinking of #XML as the alternative. I would prefer strongly typed binary encodings like #Avro or #ProtoBuf.

    And for sheer expressiveness, strong-typing and open-ended extensibility I would pick #RDFS.

  3. @divclassbutton @zizaco @hanshuebner
    VHS was the inferior option that took off because of industry adoption rather than technical merit.

    When I was considering how painful I find it to work with JSON (I deal with #telemetry feeds pushing TBs of #JSON data every day) I was not thinking of #XML as the alternative. I would prefer strongly typed binary encodings like #Avro or #ProtoBuf.

    And for sheer expressiveness, strong-typing and open-ended extensibility I would pick #RDFS.

  4. @matzipan @divclassbutton Oh my, looks like we may have a common interest (though I think my specific problem is mostly solved at this point)!
    Have you heard of #Mailspring and #JMAP?

    The former is an Apple Mail-Like IMAP client and the latter is an IMAP alternative that eases building clients.

  5. developer.chrome.com/blog/decl

    Processing Instructions coming to . I don't think we'll ever get the browser devs to admit the move away from was a mistake, but its going to be interesting to see the sort of interesting applications that we could have had 20 years ago.

  6. I tried pottery for the first time today, I'm very happy with the results.

    I've been meaning to build a shed... maybe I need space for a wheel...

  7. So the time has come for me to write some proper documentation for xrust... does anyone have a recommendation for #docbook or #DITA editing? Not sure which to go with yet, my #XML knowledge is from the finance world. 😅

    Would like to output some static files for hosting.

  8. Omg, I'm looking at the #ISO20022 specs at the moment.

    The #XML schema files they provide have no xsd:documentation elements, it's instead provided in a separate word document.

    Why do it like that? It's so weird.

  9. I've seen the discussion by the #Chrome team about getting rid of #XSLT and the only thing I can really say is that in 100 years time the #WHATWG will be viewed as the Thomas Midgleys of software development.

  10. xml.rs

    #xrust version 1.1 is now live!

    - Redesign of the implementation of namespaces
    - Now support default and FIXED attribute values from <!ATTLIST> declarations in your DTD
    - The output order of attributes and namespaces when serializing is now stable, for easier testing of your output
    - Improved handling of abbreviated syntax.

    Check it out!

    github.com/ballsteve/xrust

    #xml #rust #xslt

  11. I just need to fix some documentation issues in the dev branch and we should have another release of #xrust ready to go. #xml #xslt

  12. I blame the decline of the #FSF. Users are using OSS because it's free as in free tech support, Devs are making it OSS to increase their userbase for VC.

    Ask either group why their software isn't #AGPL3 and they would recoil with horror at the idea, but wouldn't really be able to articulate why not.

  13. @rysiek #AGPL3 is unironically the best license.

    - It's compatible with pretty much everything. No need to worry about virality or derivative works or any of that nonsense, just set and forget.

    - Corporations will avoid you like the plague, so you don't need to worry about breaking changes or any of that, just hack away without a care as your users are likely doing the same.

  14. Listening to the Just A Spec podcast where they mentioned that the #StateofHTML 2023 survey results still have not been posted.

    I had completely forgotten about that, wonder what the delay is.

  15. Bit of a shot in the dark, does anyone know of any #RELAXNG #xml files that they can share that they would consider absolutely awful to deal with? The more rancid the better.

  16. Bit of a wild shot in the dark, but can anyone recommend me some reading on #XBRL , specifically I want to learn more about how Global Ledger works if there is anything out there?

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

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

  19. I know there is a implementation in , has there ever been an attempt to implement or in it?

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

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

  22. Bit of an odd question... does anyone have the #RELAXNG test suite?

    relaxng.org/jclark/

    I've tried downloading it from here, but the ZIP file has everything you need except the input file for the tests. 😅

  23. Earlier today I gave an impromptu demo of how #XSD works to a coworker and you'd swear I just revealed Santa was real.

    There is a simply enormous number of Devs whose only knowledge of #XML tech is second hand retellings of stories about how "Draconian" error handling was oh so terrible, ignoring that we don't use notepad anymore and have modern IDEs that sort everything.

    I wonder how to fix this. I really need to get XSD working in xRust next I think, possibly before DTDs.

  24. Reading about FedNow at the moment. I knew FedWire was moving to using #ISO20022, but I didn't realise that everything was moving.

    #xml continues to succeed everywhere where quality matters. 😄

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

  26. Anyone got a sample document they can share that is absolutely rancid when it comes to #xml namespaces? Building the support for them in my #xmlparser during my time off.

  27. Anyone got a sample document they can share that is absolutely rancid when it comes to #xml namespaces? Building the support for them in my #xmlparser during my time off.

  28. Anyone got a sample document they can share that is absolutely rancid when it comes to namespaces? Building the support for them in my during my time off.