Menu

#5 Allow supression of Schema Validation

Next Release
closed
5
2008-07-12
2008-02-11
No

Enabling a flag to bypass schema validation would facilitate faster execution of a re-testing to check for debugging.

Discussion

  • Jonathan Baker

    Jonathan Baker - 2008-07-12

    Logged In: YES
    user_id=1986824
    Originator: NO

    Schematron validation is currently optional in the interpreter. We have required schema validation because there are numerous places in the code that we make the assumption that the xml is valid. At this point skipping schema validation would likely result in all sorts of odd behavior. If you are working on the interpreter and find the schema validation time to be overly burdensome you can consider testing with smaller input files, or adding in debug ifdefs to remove the validation code when running in debug mode.

    Regards,

    Jon

     
  • Jonathan Baker

    Jonathan Baker - 2008-07-12
    • assigned_to: nobody --> jonathanobaker
    • status: open --> closed
     

Log in to post a comment.