ddex icon indicating copy to clipboard operation
ddex copied to clipboard

DDEX metadata serialization for Ruby

Results 6 ddex issues
Sort by recently updated
recently updated
newest added

Not sure how this became `is_credited`. Was it due to [jaxb2ruby](https://github.com/sshaw/jaxb2ruby)? The convention is to use Ruby conventions which is `credited?`.

Fixes https://github.com/sshaw/ddex/issues/16 ERN v3.2 XSD defines XML sequences for some elements (enforces elements order). `DDEX.write` generates XML with the elements in the wrong order, for example: ```XML MainArtist Bruno Mars...

ECHO 1.1 implements ERN 3.2 choreography standard and depends on ERN 3.2 definition. Related to https://github.com/sshaw/ddex/pull/13

ERN v3.2 XSD defines XML sequences for some elements (enforcing order of elements), I bet later versions of the standard do it as well. `DDEX.write` generates XML with the elements...

There are some tests, but nothing that will catch #10.

tests needed

Hi @sshaw - Any idea of when DSR will be implemented? I could help with it, if you give me the path

enhancement