Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature schema ref #15

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Jul 8, 2015

  1. Configuration menu
    Copy the full SHA
    63ed7a9 View commit details
    Browse the repository at this point in the history
  2. fix typo

    bwbohl committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    d7d5e0e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. changed repository reference

    bwbohl committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    0ec3b1c View commit details
    Browse the repository at this point in the history
  2. retain old schemaRef if no new value is given

    Previously the xml-model processing instruction were removed from the
    file if $newSchemaRef was an empty string.
    Now this case will lead to the old schema references being copied to
    the result document.
    bwbohl committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    47d5d3d View commit details
    Browse the repository at this point in the history
  3. add latest schema ref and verify @meiversion.num

    previously $newSchemaRef was blank
    Now by default MEI 2.1.1 schemaRef is supplied and attribute
    meiversion.num will be updated accordingly. The value depends on the
    version number after 'MEI2013_v' in the newSchemaRef parameter.
    bwbohl committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    cb0449c View commit details
    Browse the repository at this point in the history