@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Function parseRelease

    • Parses AudioSalad release XML back into a typed input object.

      Validation happens during parsing, so a document that is well-formed XML but not a valid v3.4 release — the wrong namespace or schema_id, a missing required element, duplicated singletons, children out of sequence order, or a non-numeric integer — is rejected rather than returned as a ReleaseInput that never held those values.

      Parameters

      Returns ReleaseInput

      when the document is not well-formed XML.

      when it is not a valid v3.4 release. { onUnknownElement: 'ignore' } relaxes only the unknown-element check.