You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “I Hate You More Then Ever XML”.

 

8 Responses to I Hate You More Then Ever XML

  1. I had no idea there were alternatives to XML, thanks for the info. More importantly, thanks for the roll your own comic link :p

  2. jp fielding says:

    i assume you’ve seen this too in your recent research http://code.google.com/apis/protocolbuffers/

  3. XML’s infinite extensibility is what makes it a blessing and a curse. Sure, XSD sucks, but so does every other generic data definition language out there. Try DTD or RELAX NG if you’re really up for a fight.

    I, too, am a big fan of JSON, but it pays for its lightweight nature at the expense strict typing, which is a dealbreaker in most data exchange scenarios.

    When it comes to *structured* data, there really is no viable alternative at the moment, IMHO. YAML is okay, but equally lacks type-definition (AFAIK) and looks too much like a COBOL/Python mashup to be friendly to the 3rd gen language folks like myself. :)

    … and there’s always our friend ANTLR. I love the idea, but haven’t had much success beyond the basics. I think there’s too high a learning curve for its niche/kitsch value that the average working stiff doesn’t have the time conquer.

    I love/hate XML, too. :)

    -Matt

  4. @jp –

    It’s time to coin YASF (Yet Another Serialization Format). First Facebook’s “Thrift”, now the not-very-different-but-with-a-far-lamer-name: “Protocol Buffers”.

    Each of them *does* solve the problem of datatyping and terseness for messaging formats, but why do they have to go “the extra mile” and provide a crap RPC interface? Why can’t we get out of the 90s?

    -Matt

  5. Andrew Tillman says:

    I think protocol buffer is interesting (name could use some improvement). I personally think that writing a grammer has about the same difficulty as writing an XSD, but what I really want people do think about the tool they are using.

    As to JSON, if typing being there is a problem, you could just make everything a string. Then it won’t matter, same with YAML. And if you use Kwalify you can make a schema if you need validation. I also know that YAML has some features that JSON doesn’t that might allow it to be used in more complex cases.

    XML has it’s place, but I don’t think it’s a good idea for every. At one of my previous companies I had to parse GB sized files that were XML representations of emails. Why not use mbox format? Would have been much smaller and there are tools out that that already handle mbox.

  6. dbt says:

    Relax NG is an alternative to XSD, and has a non-XML grammar (Relax Compact).

    It’s a pleasant alternative to XSD when XML is the correct document standard to start with.

  7. My interest is in EDI where CSV is stubornly popular. After 10 years XML still hasn\’t replaced message definitions and standards that are 30 years old.

    http://myediblog.blogspot.com/2008/07/alternative-edi-formats-part-i-csv-json.html

    JSON can learn from Protocol Buffers, but I\’m convinced it can be better

    http://myediblog.blogspot.com/2008/07/alternative-edi-formats-part-ii-json.html

  8. Paul says:

    YAMl does need a schema definition language. Encoding nuetral would be ideal – it might server to even go back and look at ASN.1 – I wonder if XML encoding rules could be written for ASN.1?

    Ideally – a YAML-like syntax that was encoding neutral would be ideal. Looking at ASN.1 as a example – having a varitey of well definited types that are then later bound to the encoding rules would seem to work.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">



Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can
take care of it!

Visit our friends!

A few highly recommended friends...